reverse order setColumns & setData

This commit is contained in:
cgfhtw
2023-07-04 10:42:06 +02:00
parent be331d6200
commit 16356d8a5c
+1 -1
View File
@@ -226,9 +226,9 @@ export const CoreFilterCmpt = {
}
},
_updateTabulator() {
this.tabulator.setData(this.filteredData);
this.tabulatorHasSelector = this.filteredColumns.filter(el => el.formatter == 'rowSelection').length;
this.tabulator.setColumns(this.filteredColumns);
this.tabulator.setData(this.filteredData);
},
/**
*