-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Rewrite table visualization in React/EUI #16639
Comments
I was doing a Kibana Data Analyst training just now, and noticed a weird pattern when sorting the DataTable. It turns out we have 3 ways of sorting things: ascending, descending and natural (the way it was returned from ES). The title of the column also doesn't change when the sorting changes (eg. if I change it from Descending to Ascending, I would expect that to reflect in the column title). |
@majagrubic Yup! The table will be moving to EuiDataGrid which has a much more robust way of handling sorting! |
Replaced by #64444 |
Table Vis Rewrite
We need to rewrite the Table visualization in React. This means we should convert the Angular
agg_table
directive to React using the EUI components.TODO This issue is out-dated and need to be updated, once we start working on the table vis reactification again.
Prerequisites / Blockers
BasicTable
and maybeMemoryTable
eui#493Tasks
TableVisTypeProvider
uses React visui/agg_table
removedui/agg_table/agg_table_group
removedui/paginated_table
removed(used in discover only)ui/pager
removed(used in discover only)ui/pager_control
removedOther
The text was updated successfully, but these errors were encountered: