Merge branch 'master' of github.com:Mottie/tablesorter

This commit is contained in:
Mottie 2014-03-18 17:38:11 -05:00
commit 6bdf91c48c

View File

@ -542,6 +542,7 @@
$.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 );
moveToPage(table, p);
},