mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Pager: prevent ajax call on init. See #1196
When `processAjaxOnInit` is false
This commit is contained in:
parent
2c60c4a6a2
commit
e8b68272e2
2
dist/js/widgets/widget-pager.min.js
vendored
2
dist/js/widgets/widget-pager.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1085,7 +1085,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 {
|
||||
} else if (p.initialized) {
|
||||
tsp.getAjax( c );
|
||||
}
|
||||
} else if ( !p.ajax ) {
|
||||
|
Loading…
Reference in New Issue
Block a user