mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
No duplicate ajax calls (removed table update for ajax calls when the server is already doing everything). Fixes #372
This commit is contained in:
parent
6b7b842c60
commit
7bda49a170
@ -295,7 +295,6 @@
|
||||
if (c.showProcessing) {
|
||||
ts.isProcessing(table); // remove loading icon
|
||||
}
|
||||
$t.trigger('update');
|
||||
p.totalPages = Math.ceil( p.totalRows / p.size );
|
||||
updatePageDisplay(table, p);
|
||||
fixHeight(table, p);
|
||||
|
Loading…
Reference in New Issue
Block a user