Server side Pagination

Hello @HMir

First enable the server side pagination from the table


image

Now create the query for getting data using limit and offset

Use the total count of the data on the server side pagination:
image

On the change page run the query that we create :

Now its run perfectly.
Thank you.

2 Likes