What's the use of the autoRemove in the filterFns #223
-
I was checkint the E.g. with fuzzy:
|
Beta Was this translation helpful? Give feedback.
Answered by
KevinVandy
Nov 28, 2022
Replies: 1 comment 1 reply
-
You can find more out about some of these functions here: https://tanstack.com/table/v8/docs/api/features/filters#filterfnautoremove Pretty much just means if the value is falsy, then the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
esponges
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find more out about some of these functions here: https://tanstack.com/table/v8/docs/api/features/filters#filterfnautoremove
Pretty much just means if the value is falsy, then the
columnFilters
state entry for that filter will removed from that array.