ソースを参照

Fix search result error when toggle column display.

zhixin 11 年 前
コミット
f89624e75e
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/bootstrap-table.js

+ 2 - 0
src/bootstrap-table.js

@@ -1049,6 +1049,8 @@
         }
         this.options.columns[index].visible = checked;
         this.initHeader();
+        this.initSearch();
+        this.initPagination();
         this.initBody();
 
         if (this.options.showColumns) {