Browse Source

Fix togglePagination when paginationSide is client.

Vincent Renaudineau 11 years ago
parent
commit
f88c1a50af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1527,7 +1527,7 @@
         } else {
             button.attr("class", this.options.iconsPrefix + " " + this.options.icons.paginationSwitchUp);
         }
-        this.initServer();
+        this.updatePagination();
     };
 
     BootstrapTable.prototype.refresh = function (params) {