This commit is contained in:
2021-02-04 20:51:43 +00:00
parent bef2472ca0
commit 8a3c1f6d35

View File

@@ -16,15 +16,18 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
Fix error: "enumSelectionList" is not defined on the instance but referenced during render
prevents enum filtering
Meta filters are showing as a filter in the UI but not really there from user perspective
META filters: Test if can set a filter on a column that is also a meta filter column but using a regular column name like for example Usertype on user datalists
maybe I can make all the server data criteria columns meta and just duplicate the ones the user sees?
Because there is gonig to be an issue with this either way, it probably *should* be set to meta only columns used fixing the following problem as well:
META filters: are showing as a filter in the UI but not really there from user perspective
Need to not have user see or even think about meta filters
Not liking the default filter, could lead to confusion
User needs an easy way to definitively de-filter completely
Maybe show a "remove filter" button beside the selector when it's the default and it's filtered?
Test if can set a filter on a column that is also a meta filter column but using a regular column name like for example Usertype on user datalists
maybe I can make all the server data criteria columns meta and just duplicate the ones the user sees?
Implement filter buttons for mobile mode
Need filter drop down to select which columns to filter which triggers opening regular filter items