Add custom hook for grid "apply filters"

so a page can know when the data set changes..

this seems a bit hacky, may need a better solution some day
This commit is contained in:
Lance Edgar 2023-09-09 14:14:23 -05:00
parent c5344d2df6
commit ccb4661b39

View file

@ -604,8 +604,11 @@
params = new URLSearchParams(params)
this.loadAsyncData(params)
this.appliedFiltersHook()
},
appliedFiltersHook() {},
clearFilters() {
// explicitly deactivate all filters