-
Notifications
You must be signed in to change notification settings - Fork 431
Description
Hi! :)
I have a table with multiple columns. Right now, when using the basic search from the storybook examples, queries seem to be only compared with a single cell. It is not possible to search for "some word", and retrieve all rows where "some" appears in one column and "word" in another.
I did not find an example in the storybook that explains such a search. Ideally, I would also like to filter rows based on further information. I think a function that gets called per row and returns whether that row should show up in the search results would be optimal.
Can someone tell me whether this is already featured in the current release, or hint me at a workaround? The only possibility so far seems to make a custom search field and filter the data myself before passing it to the table, but ideally I would rather not go for that.
Best