This commit is contained in:
@@ -52,10 +52,11 @@ TODO: FILTER AT CLIENT
|
||||
- When user opens a data table they see for the first time the default view and sort order and filter (no filter, sort by id, a few key fields)
|
||||
- they can make a new view which shows all the fields and they can set props on each one:
|
||||
- Filter (with filter code)
|
||||
- INVESTIGATE: Will users need to set more than one filter condition on each column, could they in v7?
|
||||
- I'm counting a between filter as a single one
|
||||
- in v7 users can set more than one condition per column by selecting "custom" so we need to support that
|
||||
- Maybe a row of all columns then each one has a expandable list of conditions under it for setting multi filters?
|
||||
- Like a card with top part all static info, then filters below as a collection that can expand the card vertically with ADD and REMOVE buttons for each one
|
||||
- Sort
|
||||
- INVESTIGATE: Does it matter which order they sort in? (probably)
|
||||
- Need to be able to set order for sorting
|
||||
- Visible
|
||||
- Checkbox if visible which means the server returns it or not, visible maybe not correct word here
|
||||
- This way the user can customize the grid all in one savable setting
|
||||
@@ -66,7 +67,7 @@ TODO: FILTER AT CLIENT
|
||||
- Maybe the "Default" can be set by an admin and users can either select default or go off the books to their own custom
|
||||
- Reports are a special circumstance, a report really would go with a specfic filter wouldn't it? INVESTIGATE THAT
|
||||
- View filter set with report? Report needs all fields sometimes but view may not have so what happens then?"
|
||||
|
||||
- Show text filter sort fragment at bottom of grid in footer
|
||||
|
||||
- PickList of filters for dataListKey (DO I have a server route for that?)
|
||||
- ListOptions editor
|
||||
|
||||
Reference in New Issue
Block a user