Table Server side pagination - Offset based - Prefettch

Hi,
Hope you are well.

I have a table that is set on server side pagination.
Each time I change page, it triggers a GET query to fetch the view.
However this request is taking time and I'd like to prefetch that data and load it into a variable and use this variable as a source to the data transform that's the source of the table.
No luck so far.
Thanks !

Hi @Tommy_Tran,

We have a tutorial for fetching all pages of a paginated resource here: Returning all results for a cursor-based paginated API