Hi everyone,
I'm an AirTable newbie but I have some experience in web development.
I'm trying to use REST API to implement table which has a server-side pagination.
This means I can't preload all the results to get the pagination parameters like total count.
Usually, the API endpoint which returns the records would have this parameter. Unfortunately it doesn't exist so I'm wondering how to do this properly without fetching all the results on FE beforehand.
Thanks for the help !
Total records count
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.