I have a rest API that return rows I want to display on a table, I only get 20 at a time though. If I wanted to fetch more data when the user clicks next how can I do that?
Assuming the server side pagination feature enables this
I have a rest API that return rows I want to display on a table, I only get 20 at a time though. If I wanted to fetch more data when the user clicks next how can I do that?
Assuming the server side pagination feature enables this
Hi @sseira! 😄
Are you interested in something like this? https://community.retool.com/t/returning-all-results-for-a-cursor-based-paginated-api/3387