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! :grinning_face_with_smiling_eyes:

Are you interested in something like this? Returning all results for a cursor-based paginated API