Hello @HMir
First enable the server side pagination from the table
Now create the query for getting data using limit and offset
Use the total count of the data on the server side pagination:
On the change page run the query that we create :
Now its run perfectly.
Thank you.