Table wasnt loading when filter data restored. Need to refresh bootstrap table
@@ -193,6 +193,7 @@
});
bootstrapTable.initColumnSearch(cachedFilters);
+ bootstrapTable.refresh();
}
}, 250);
};