reload jtable with paging

231 Views Asked by At

I want to reload JTable with the number of the page where I am there.

I have this code to reload JTable $("#JTable").jtable('load');

But this code will reload the whole table and will bring me to the first page. How to reload JTable with the page number?

1

There are 1 best solutions below

0
On BEST ANSWER

It is simply by write "reload" instead of "load". The code will be like this:

$("#JTable").jtable('reload');