Replies: 1 comment 1 reply
-
I think this was intended behavior in TanStack Table itself. What problems does it cause? |
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.
-
I've put a state for the
columnFilters
to be likeBut after I deleted all the value in the text input, it's not only removing the value in

columnFilters
, but also the whole column filter object.So, intead of having an object like this
I got something like this
Anybody knows how can I achieve that?
Beta Was this translation helpful? Give feedback.
All reactions