ソースを参照

Fix togglePagination when paginationSide is client.

Vincent Renaudineau 11 年 前
コミット
f88c1a50af
1 ファイル変更1 行追加1 行削除
  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) {