Replies: 1 comment 1 reply
-
I have a similar issue, where I am not able to use I am not sure if this is normal behavior? |
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.
-
Hi, I might just be misunderstanding the API but
when I use the table instance
setFilter("authorized", false)
or
setAllFilters([{id: 'authorized', value: false ])
both completely remove the 'authorized' filter from state.filters
but if I use the setFilter from the column Filter function, it does set the 'authorized' value to
false
.Beta Was this translation helpful? Give feedback.
All reactions