Hi,
I have an Airtable records that I want to convert to a directory style website, any idea on how I can implement some sort of pagination functionality ?
Perhaps being able to set the offset features as parameters.
Thanks in advance!
Hi,
I have an Airtable records that I want to convert to a directory style website, any idea on how I can implement some sort of pagination functionality ?
Perhaps being able to set the offset features as parameters.
Thanks in advance!
Sadly for now we haven’t added the support for Strapi pagination, but you can show up to 100 items at once.
We will work on this soon in future to implement.
Thanks Dejan for the response! Managed to work with a “hacky” solution by creating a page base in Airtable and relating jobs with each page they supposed to be in.
Sure thanks!
Very nice solution! Thanks for sharing @Nicholas
We will be glad to see your solution. If you want to share the link🙂 Airtable will be the strongest muscle of divhunt👊
Sure! here is the link for example:
https://storefront.divhunt.art/job-listings/1
https://storefront.divhunt.art/job-listings/2
Storefront | Job Listings<page_number>
This is quite a workaround, but if it works, it works
You’ve stored the pagination in Airtable as items, then you created a dynamic page of that table.
Nice work!
It’s indeed quite a workaround
Is adding an easier way to do pagination planned in the roadmap please @dejan ?
It would be very useful for all type of cms (collection, airtable…)