Hi there,
I’m kind of going crazy trying to figure out what/if I’m doing something wrong setting up Airtable front-end pagination.
I’ve seen @Joyce tutorial but it doesn’t work for me.
The data:
- An Airtable view with 100+ records (books)
Desired outcome in weweb:
- A paginated Collection List with 20 books per page
What I’ve done
- Created the Books collection (as dynamic) and added a pagination limit of 20 elements
- Bound the to the Books data array to the collection list and the text element to the collection item (all good till here)
- Add the paginator element and bound it to the Books collection
The problem is that it keeps rendering all the elements in the collection as if the setting in the collection and the paginator didn’t exist. The paginator even reflects the right number of pages but the list is completely unaffected by it.
I’ve tried making sure the paginator was inside the same container as the list but nothing changes. Same results refreshing data or the page. Also tried making the collection static (not good for my use case but I just wanted to try) but no difference.
I’ve also tried fetching the Airtable data via the API plugin rather than the Airtable one. Same result.
I understand that it would just be a frontend “fake-ish” pagination but for me it doesn’t seem to work at all.
Here are some pics:
- Collection Settings
- Collection List binding
- Paginator settings
Thanks!