mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-10 00:29:27 +00:00
filter.js bugfixes: saving customfilter, and set columns before data (necessary e.g. for nested tabulator)
This commit is contained in:
@@ -194,8 +194,8 @@ export const CoreFilterCmpt = {
|
||||
}
|
||||
},
|
||||
_updateTabulator() {
|
||||
this.tabulator.setData(this.filteredData);
|
||||
this.tabulator.setColumns(this.filteredColumns);
|
||||
this.tabulator.setData(this.filteredData);
|
||||
},
|
||||
/**
|
||||
*
|
||||
@@ -371,7 +371,7 @@ export const CoreFilterCmpt = {
|
||||
this.startFetchCmpt(
|
||||
CoreFilterAPIs.saveCustomFilter,
|
||||
{
|
||||
customFilterName: this.$refscustomFilterName.value
|
||||
customFilterName: this.$refs.customFilterName.value
|
||||
},
|
||||
this.getFilter
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user