Replies: 2 comments 5 replies
-
What option can be though for the user to notice that there is a sorting capability on the column header in question? Filter may be obvious given the input field but sorting may not be that obvious |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think that's great. Just a few questions: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Current situation
With the DataGrid it is possible to use the
ColumnOptions
parameter to specify (usually) a filter for a column. In the current version, it looks like this (example comes from the demo site):When a filter is applied, the indicator icon is changed to make clear this is a filtered column:
The
ColumnOptions
can potentially be used for more things (see PR #2238) and showing a filter icon does not make a lot of sense then.Proposed change
I propose to change this so that when
ColumnOptions
are specified, a generic 'more' icon will be shown. WhenColumnOptions
allows for a filter to be applied, a filter indicator will be shown besides the title akin to tosort
indicator:When no filter is applied, no indicator will be shown of course (just as no sort indicator is shown when no sorting is taking place on a column)
Thoughts? Questions? Remarks?
Beta Was this translation helpful? Give feedback.
All reactions