Hey everyone,
first of all I'd like to thank you for tablesorter. It really is a great plugin making life much easier.
In reply to issue #182, I'm afraid to report that this fix introduced a new bug when using pager with ajax: Every time you change the page size and the pager plugin sees no need to change the current page, no ajax call is made. For example you start on the first page with 2 entries per page and change to 5 entries per page the table does not referesh to show those 5 entries but stays with the 2. But when you first change to page 2 and then to 5 entries per page, the table refreshes as expected. I guess you have to consider whether the page size changed or not in Line 333 in jquery.tablesorter.pager.js
Cheers
Andy
Hey everyone,
first of all I'd like to thank you for tablesorter. It really is a great plugin making life much easier.
In reply to issue #182, I'm afraid to report that this fix introduced a new bug when using pager with ajax: Every time you change the page size and the pager plugin sees no need to change the current page, no ajax call is made. For example you start on the first page with 2 entries per page and change to 5 entries per page the table does not referesh to show those 5 entries but stays with the 2. But when you first change to page 2 and then to 5 entries per page, the table refreshes as expected. I guess you have to consider whether the page size changed or not in Line 333 in jquery.tablesorter.pager.js
Cheers
Andy