-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Discover] Change surrounding documents to use EUIDataGrid #97126
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Implementation notes: The used EUI componenthttps://elastic.github.io/eui/#/tabular-content/data-grid The context layout component(https://github.com/elastic/kibana/blob/master/src/plugins/discover/public/application/components/context_app/context_app_legacy.tsx) needs to be extended to support both grids similar to the way it is done in the main layout component. kibana/src/plugins/discover/public/application/components/discover.tsx Lines 408 to 454 in 707a0ca
which grid is displayed depends on The discover grid component
|
Currently, the EUIDataGrid is not part of View Surrounding Documents. It needs to be.
The MVP here is to swap out the old table and old code, and use EUIDataGrid.
Nice to haves are column sorts, filters, full-screen, context (where you came from), etc.
We should not lose any functionality, so comparisons, and a flyout are on the table for this.
The text was updated successfully, but these errors were encountered: