You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the table has a defaultFiltered prop– we'll want to make sure that the showFilters is also true.
We have places in our app that use external buttons to inject filters into the table via the defaultFiltered prop– right now if you click one of those buttons it's unclear that a filter was applied since all the filters are hidden.
The text was updated successfully, but these errors were encountered:
If the table has a
defaultFiltered
prop– we'll want to make sure that theshowFilters
is also true.We have places in our app that use external buttons to inject filters into the table via the defaultFiltered prop– right now if you click one of those buttons it's unclear that a filter was applied since all the filters are hidden.
The text was updated successfully, but these errors were encountered: