[jQuery] Re: Add row and refresh tablesorter with pager.

2007-11-08 Thread umesu
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);

[jQuery] Re: Add row and refresh tablesorter with pager.

2007-11-07 Thread umesu
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 to