I got solution yesterday.
Reset page size before update the table and set current page after
sorting like
var page_size = 20;
var curr_page = config.page;
$("#table_partenaires").tablesorterPager({size: config.totalRows});
$("#table_partenaires").trigger("update");
$("#table_partenaires").trigge
Did you get solution?
If so, please write the solution.
I also got same problem.
Regards,
On Oct 17, 12:02 am, FreeFallFred <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> First, thanks for the great jquery API and thetablesorter/pager
> plugin. They are really easy to use.
>
> I've had a need recently t
2 matches
Mail list logo