Skip to content

[EuiInMemoryTable] Option to control the query term without executing it #6240

@sebelga

Description

@sebelga

While working on the new UX for the <TableListView /> in Kibana I need to be able to control the search bar query term.

The <EuiInMemoryTable /> allows us to pass the query to the search prop

<EuiInMemoryTable
  search={{ query: 'my search' }}
/>

But doing so filters down the items provided, as it executes the query against the items to find a match.

What I need is to be able to control the query without executing it against the provided items as the table items are loaded dynamically and already filtered down by the saved object client.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions