浏览代码

Fix Bug

Table wasnt loading when filter data restored. Need to refresh bootstrap table
andrewschmidt-a 8 年之前
父节点
当前提交
881e9f8213
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/extensions/cookie/bootstrap-table-cookie.js

+ 1 - 0
src/extensions/cookie/bootstrap-table-cookie.js

@@ -193,6 +193,7 @@
                 });
 
                 bootstrapTable.initColumnSearch(cachedFilters);
+                bootstrapTable.refresh();
             }
         }, 250);
     };