mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Pager: updateComplete fires again on non-ajax tables
This commit is contained in:
parent
e8452da206
commit
8ad625b45b
@ -604,7 +604,7 @@
|
||||
}
|
||||
ts.processTbody(table, $tb, false);
|
||||
}
|
||||
updatePageDisplay(table, p, false);
|
||||
updatePageDisplay(table, p);
|
||||
if (table.isUpdating) {
|
||||
$t.trigger('updateComplete', [ table, true ]);
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user