Skip to content

Search multiple columns in combination #1043

@twiddler

Description

@twiddler

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions