mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
pager ajax should no longer initialize twice. Fixes issue #202
This commit is contained in:
parent
58ee7c1b65
commit
87e66fba6a
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* tablesorter pager plugin
|
||||
* updated 12/19/2012
|
||||
* updated 12/20/2012
|
||||
*/
|
||||
/*jshint browser:true, jquery:true, unused:false */
|
||||
;(function($) {
|
||||
@ -536,7 +536,7 @@
|
||||
//When filtering with ajax, allow only custom filtering function, disable default filtering since it will be done server side.
|
||||
tc.widgetOptions.filter_serversideFiltering = true;
|
||||
tc.serverSideSorting = true;
|
||||
getAjax(table, c);
|
||||
moveToPage(table, c);
|
||||
} else {
|
||||
c.ajax = false;
|
||||
// Regular pager; all rows stored in memory
|
||||
|
4
addons/pager/jquery.tablesorter.pager.min.js
vendored
4
addons/pager/jquery.tablesorter.pager.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user