mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Pager: allow ajax processing on init
This commit is contained in:
parent
73c93cc9c7
commit
f7a60232a8
@ -1110,7 +1110,7 @@
|
||||
p.filteredRows = typeof tmp.filtered !== 'undefined' ? tmp.filtered :
|
||||
( c.debug ? console.error('Pager: no initial filtered page set!') || 0 : 0 );
|
||||
tsp.updatePageDisplay( c, false );
|
||||
} else if (p.initialized) {
|
||||
} else {
|
||||
tsp.getAjax( c );
|
||||
}
|
||||
} else if ( !p.ajax ) {
|
||||
|
Loading…
Reference in New Issue
Block a user