I’ve spent hours and hours struggling with pagination and have 2 major issues:
-
I connect it to my dataset, and regardless of the limit set (e.g. only show 4 items per page), the first page shows every record in my database. The next page obeys the limit, but the first page is everything.
-
The pagination ONLY reads straight from the dataset. So if I do any filtering on the repeater’s dataset, the pagination ignores that - so the pagination results don’t make any sense at all. All my site is based on filtered repeatersets…
Wix support team - I really don’t want to force my users to suffer a full repeater set on one screen. Can I apply pagination to a filtered repeater set? And - why does the first page show every dataset record and ignore the limit?
You can see how it behaves here: https://alisonwinser.wixsite.com/website-1
Thanks so much