Browse Source

Merge pull request #3186 from andrewschmidt-a/patch-1

Fix Bug
Dennis Hernández 8 years ago
parent
commit
e56b8b2e5b
1 changed files with 1 additions and 0 deletions
  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);
     };