You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to rewrite the Table visualization in React. This means we should convert the Angular doc_table and doc_table directives to React using the EUI components.
Tasks
Write doc_table view using React
Write doc_viewer view using React (used in discover and context)
The new discover (in React) same as the new data table visualization in React will instead of relying on their own table implementations use the (yet to be built) Dategrid component in EUI (see elastic/eui#1689). That means we can then throw away all table implementation (and directives belonging to them) in Kibana 🎉
We are also tracking process of other components (like the doc viewer mentioned above and more) that need to be rewritten in React in #38242.
We need to rewrite the Table visualization in React. This means we should convert the Angular doc_table and doc_table directives to React using the EUI components.
Tasks
ui/pager
ui/pager_control
infinite_scroll
directiveThe text was updated successfully, but these errors were encountered: