Replies: 2 comments
-
This is intended behavior. As far as what's best for filtering the way you want to, that's one ok way to do it. You can also just modify another columns' filterFn to compare values from |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the clarification! I realized that table.getToggleAllColumnsVisibilityHandler() doesn't work, I guess it's because some columns's visibility cannot be toggled. Is that intended? |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a use case where I want to filter rows based on fields that are not displayed in columns. I found a working solution by
I realized that with default visibility false, "enableHiding" really means "enableShowing", so in general it means "enableTogglingVisiblity". Is this intended behavior? Is there a better way to filter fields that are not displayed in columns?
Beta Was this translation helpful? Give feedback.
All reactions