Sorting and filtering in one column #2714
Unanswered
mateusz-placzek
asked this question in
Q&A
Replies: 2 comments 4 replies
-
You should render your own header with sort and filter. The build-in filter style is not flexible for your requirement. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Very easy. The built-in sorting header is HeaderRenderer, so just use that as a child in your FilterableHeaderRenderer component. |
Beta Was this translation helpful? Give feedback.
3 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.
-
How do I combine sorting and filtering in one column?
When I try to do this, the column header with the filter overrides the sort column header.
Is there a way to manually add sorting to a header with a filter to the example from the demo site?
Demo
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions