Reload only the current page of the table

Reload only the current page of the table

juancarlos77juancarlos77 Posts: 7Questions: 3Answers: 0

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

Answers

  • kthorngrenkthorngren Posts: 21,299Questions: 26Answers: 4,945
    edited June 2018 Answer ✓

    The second example of the ajax.reload() API doc will show you how to stay on the current page.

    Kevin

This discussion has been closed.