Fetch more data when clicking next in table pagination (server side pagination)

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? http://community.retool.com/t/returning-all-results-for-a-cursor-based-paginated-api/3387