Replies: 1 comment 7 replies
-
What I ended up with is the following:
|
Beta Was this translation helpful? Give feedback.
7 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to develop a column filter that can be multi-selected. To do this, I'm using the react-select component and passing the "isMulti" props to it. The thing is: it doesn't work as expected due to setFilter column function only accepts one value.
Just for clarification: I've seen it for previous versions, but none of them work for v7.
I tried the following:
But it did not work.
Does it have a solution?
Beta Was this translation helpful? Give feedback.
All reactions