Filtering Delimited Cell Entries by Dropdown #2426
-
Greetings everyone, I am a little stuck with the following example which I uploaded to codesandbox ( https://codesandbox.io/s/gracious-mcnulty-03cdz?file=/src/App.js ). As you can see I would like to select multiple values and filter the rows accordingly. The dropdown logic works, what doesn't is the matching. If I select Thanks plenty! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found this thread which helped me in the right direction Finally able to wrap my head around a little more, the sandbox is updated with the expected result. |
Beta Was this translation helpful? Give feedback.
I found this thread which helped me in the right direction
#2247
Finally able to wrap my head around a little more, the sandbox is updated with the expected result.