-
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
[Monitoring] Fully control the in memory table pagination/sorting properties #85862
[Monitoring] Fully control the in memory table pagination/sorting properties #85862
Conversation
Pinging @elastic/stack-monitoring (Team:Monitoring) |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
History
To update your PR or re-run it, just comment with: |
…perties (elastic#85862) * Fully control the basic table pagination/sorting properties * Not necessary * Support index listing page Co-authored-by: Kibana Machine <[email protected]>
…perties (elastic#85862) * Fully control the basic table pagination/sorting properties * Not necessary * Support index listing page Co-authored-by: Kibana Machine <[email protected]>
…perties (#85862) (#87218) * Fully control the basic table pagination/sorting properties * Not necessary * Support index listing page Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…perties (#85862) (#87217) * Fully control the basic table pagination/sorting properties * Not necessary * Support index listing page Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…perties (elastic#85862) * Fully control the basic table pagination/sorting properties * Not necessary * Support index listing page Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # x-pack/plugins/monitoring/public/views/apm/instances/index.js
…perties (#85862) (#90430) * Fully control the basic table pagination/sorting properties * Not necessary * Support index listing page Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # x-pack/plugins/monitoring/public/views/apm/instances/index.js Co-authored-by: Kibana Machine <[email protected]>
Resolves #85318
Resolves #83175
In elastic/eui#4369, it seems that we need to fully control the pagination and sorting for in memory tables (which is the majority of our tables). This PR addresses that by updating the pagination/sorting properties on
onTableChange
and then ensuring the component is re-rendered.The following listing pages are affected:
The ES nodes and Logstash pipelines use server-side pagination/sorting and are not affected by this issue.