Hiding Toggle filter show button #1113
Unanswered
ShootingStar91
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to display the column filters always, and not as popover but as subheader text fields, so I've set
showColumnFilters: true
in the state-prop.However, the button in the toolbar for hiding or showing column filters is still shown, although it doesn't do anything. I'd like to hide it not to confuse users and clutter the options.
I haven't found an option to hide it and by looking at this part of the code it looks like there isn't an option? If I set
enableColumnFilters={false}
that will hide the column filters even though I set them to display in the state.I think this should be an option as it seems to be possible to hide other similar toggles. For example there is
enableDensityToggle
so there could be aenableHideColumnFiltersToggle
?Beta Was this translation helpful? Give feedback.
All reactions