mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Pager widget: ensure pagerComplete event fires on init
This commit is contained in:
parent
adbfe83edf
commit
f7b9619b2f
@ -205,7 +205,7 @@ tsp = ts.pager = {
|
|||||||
p.isInitializing = false;
|
p.isInitializing = false;
|
||||||
tsp.setPageSize(table, 0, c); // page size 0 is ignored
|
tsp.setPageSize(table, 0, c); // page size 0 is ignored
|
||||||
c.$table.trigger('pagerInitialized', c);
|
c.$table.trigger('pagerInitialized', c);
|
||||||
|
tsp.updatePageDisplay(table, c);
|
||||||
},
|
},
|
||||||
|
|
||||||
bindEvents: function(table, c){
|
bindEvents: function(table, c){
|
||||||
|
Loading…
Reference in New Issue
Block a user