-
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
[8.11] [Watcher] Fix sorting on JSX headers (#170085) #170142
Conversation
## Summary Closes elastic#164126 EUI in memory tables need to have stable headers between renders to sort properly when the header is a JSX element ([Docs](https://eui.elastic.co/#/tabular-content/in-memory-tables)). This PR stabilizes the headers for `WatchListPage` only. I noticed there were some other columns which likely have the same issue in Watcher, but I'm unsure how far reaching these changes need to be. Reading through the issue @ElenaStoeva mentions changing the sorting anyways, so a quick fix seems more appropriate. ![Untitled](https://github.com/elastic/kibana/assets/14021797/7d79c576-58b8-4ef5-a713-b87a3c52ea19) ## Release Note Fixed issue where certain columns in the Watcher table were not sorting properly. (cherry picked from commit 540e6c0)
Hey @Ikuni17, I'm disabling auto-merge on this backport PR for now. I'm not sure we should backport it to 8.11 at this point, wdyt @alisonelizabeth? |
Yes, I think it's cutting it a little close to get this in for 8.11. I'm OK to backport this for the next patch though. |
@alisonelizabeth Are we good to merge this now? |
👍 yes, thanks for checking! |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @Ikuni17 |
Backport
This will backport the following commits from
main
to8.11
:Questions ?
Please refer to the Backport tool documentation