ソースを参照

insertRow needs paging refresh

Update search and pagination state to rebuild the body properly
Thiago Fernandes 10 年 前
コミット
ebd43f09f5
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/bootstrap-table.js

+ 2 - 0
src/bootstrap-table.js

@@ -1699,6 +1699,8 @@
             return;
         }
         this.data.splice(params.index, 0, params.row);
+        this.initSearch();
+        this.initPagination();
         this.initBody(true);
     };