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