ソースを参照

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.initColumnSearch(cachedFilters);
+                bootstrapTable.refresh();
             }
             }
         }, 250);
         }, 250);
     };
     };