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

Consumer needs to be able to reset EuiBasicTable selection state #1083

Closed
cjcenizal opened this issue Aug 2, 2018 · 1 comment
Closed

Consumer needs to be able to reset EuiBasicTable selection state #1083

cjcenizal opened this issue Aug 2, 2018 · 1 comment
Labels

Comments

@cjcenizal
Copy link
Contributor

In elastic/kibana#21574, we have a component that combines EuiSearchBar with EuiBasicTable. We want to clear the selection state whenever the query changes. Otherwise you can get in situations where the selection state has persisted but the search bar thinks nothing is selected:

image

This problem manifests itself in the EuiInMemoryTable too, which can't reconcile selection state between the two components:

basic_table_reset_selection

@cjcenizal
Copy link
Contributor Author

The solution to this bug may enable #1077, depending on the implementation.

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

No branches or pull requests

1 participant