elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.81k stars 8.2k forks source link

[APM] Replace ManagedTable for helpers/hooks to do the logic needed on the tables list #111328

Open MiriamAparicio opened 3 years ago

MiriamAparicio commented 3 years ago

Summary

This issue is part of the refactor plan for the table lists.

ManagedTable

Renders the EuiBasicTable. It has differents props and types than the EuiTable. It has some functions for sorting the items, and paginate, sorting and paginations is kept on the url.

Is it used in:

What's expected

Extract the functions there on a helpers/hooks functions that allows us to separate the logic and just do specific thing each and use it where need it (services, traces, dependencies pages, etc)

elasticmachine commented 3 years ago

Pinging @elastic/apm-ui (Team:apm)

sorenlouv commented 3 years ago

@MiriamAparicio Are you already working on this?