This collection is intended to only show 6 items per page. You can see I have selected “6” as the items per page, the results show there are 14 with page 1 containing 6 items.
In the body of the page all 14 items are appearing.
Yes, I have the paginator added and the Collection selected within the paginator settings panel.
I cannot seem to figure out what is causing all 14 items to be displayed.
Hi @matt-thrive
Unlike in Supabase, when you are using Xano, the pagination done in WeWeb is only frontend. If you have 1000 items, they will still be loaded in WeWeb, even if you set a pagination limit. To ensure you only get 6 items, you need to do backend pagination in Xano and bind the collection metadata instead of the data array. You can find more info here: Pagination (best for performance)
This was awesome - thanks for sharing. Got me very close.
One thing I’ve noticed is the ‘offset’ doesn’t seem to work right based on the formula she shared. Maybe my setup is wrong but I’ve checked everything.
I removed the Offset value entirely and seem to be getting the results I’d expect.