I have a repater element connected to a DB and I just realize it is showing only 20 records and I have 22.
Question is if repeaters have such a limit in the number of records they can display?
On the editor - click the dataset > settings > Number of items to display
that worked! thx a lot
Hi, i am facing the same problem too. But it said only limit to 12 items. Please help
Solution already given…
If you do not use a DATASET, instead working with wix-Data, then you will need …
https://www.wix.com/velo/reference/wix-data/wixdataquery/limit
STANDARD-LIMITATION = 50 (max. = 1000)
ok. Let me try again. Thank you