Pagination is reset on table initialisation

Pagination is reset on table initialisation

ssurajita111ssurajita111 Posts: 14Questions: 6Answers: 0

Hi Allan,

I want to reinitialise the data table without impacting pagination. For example suppose I have a data table which is having 5000 rows.

But on initial load I am fetching 100 rows and initialising the table. On Next call next 100 rows are fetched again and table is reinitialised. But here the scroll is moving to first page although adding next 100 rows to data table.
I do not want any scroll operation to be performed automatically. Is there any plugin available which will help reinitialise data table without impacting scroll.

SSurajita

This discussion has been closed.