Pager: updateComplete fires again on non-ajax tables

This commit is contained in:
Mottie 2014-10-31 12:35:05 -05:00
parent e8452da206
commit 8ad625b45b
2 changed files with 2 additions and 2 deletions

View File

@ -604,7 +604,7 @@
}
ts.processTbody(table, $tb, false);
}
updatePageDisplay(table, p, false);
updatePageDisplay(table, p);
if (table.isUpdating) {
$t.trigger('updateComplete', [ table, true ]);
}

View File

@ -825,7 +825,7 @@ tsp = ts.pager = {
ts.processTbody(table, $tb, false);
}
tsp.updatePageDisplay(table, c, false);
tsp.updatePageDisplay(table, c);
wo.pager_startPage = p.page;
wo.pager_size = p.size;