Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sebelga opened this issue Sep 15, 2022 · 0 comments · Fixed by #6284
Closed

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

sebelga opened this issue Sep 15, 2022 · 0 comments · Fixed by #6284
Assignees

Comments

@sebelga
Copy link
Contributor

sebelga commented Sep 15, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant