Pager: allow ajax processing on init

This commit is contained in:
Rob Garrison 2017-05-23 11:42:36 -05:00
parent 73c93cc9c7
commit f7a60232a8

View File

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