Bugfix: FilterCmpt: reload function

This commit is contained in:
cgfhtw
2023-10-11 15:38:30 +02:00
parent 39ed309dd5
commit 1e449e6fd1
+1 -1
View File
@@ -173,7 +173,7 @@ export const CoreFilterCmpt = {
methods: {
reloadTable() {
if (this.tableOnly)
this.tabulator.reload();
this.tabulator.setData();
else
this.getFilter();
},