Replies: 1 comment 1 reply
-
Good idea. So disable the toggle button when a filter is present, or clear the global filter when the search box is hidden? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Problem
At the moment it is possible to have global filter closed even if it's not empty. this is not a good user experience. for example, if I have global filter from query string and send tht link to mates - they'll see filtered data but will be unaware there is a filter. only if developer did not forget to set
initialState.showGlobalFilter
based on queryProposal
Do not allow to close global filter if there is a value (have it always open)
I implement it if this proposal feels reasonable
Beta Was this translation helpful? Give feedback.
All reactions