Skip to content

Commit

Permalink
pager ajax should no longer initialize twice. Fixes issue #202
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Dec 20, 2012
1 parent 58ee7c1 commit 87e66fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addons/pager/jquery.tablesorter.pager.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tablesorter pager plugin
* updated 12/19/2012
* updated 12/20/2012
*/
/*jshint browser:true, jquery:true, unused:false */
;(function($) {
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions addons/pager/jquery.tablesorter.pager.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87e66fb

Please sign in to comment.