No duplicate ajax calls (removed table update for ajax calls when the server is already doing everything). Fixes #372

This commit is contained in:
Mottie 2013-10-08 18:49:11 -05:00
parent 6b7b842c60
commit 7bda49a170

View File

@ -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);