mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
update pager widget with change from #548
This commit is contained in:
parent
6bdf91c48c
commit
fcd56c6c23
@ -733,6 +733,7 @@ tsp = ts.pager = {
|
||||
$.data(table, 'pagerLastPage', p.page);
|
||||
$.data(table, 'pagerLastSize', p.size);
|
||||
p.totalPages = Math.ceil( p.totalRows / p.size );
|
||||
p.filteredPages = Math.ceil( p.filteredRows / p.size );
|
||||
tsp.moveToPage(table, p);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user