Reload only the current page of the table
Reload only the current page of the table

the ajax.reload () instruction reloads the entire table and remains on the first page,
Is there a way to refresh only the number of the current page of the table and what stays there?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The second example of the
ajax.reload()
API doc will show you how to stay on the current page.Kevin