diff --git a/public/js/components/filter/Filter.js b/public/js/components/filter/Filter.js index 2b6a4fe6d..6f074cc72 100644 --- a/public/js/components/filter/Filter.js +++ b/public/js/components/filter/Filter.js @@ -173,7 +173,7 @@ export const CoreFilterCmpt = { methods: { reloadTable() { if (this.tableOnly) - this.tabulator.reload(); + this.tabulator.setData(); else this.getFilter(); },