[Fleet][EuiInMemoryTable] Replace usage of deprecated ref method with controlled selection.selected API#175727
Merged
cee-chen merged 2 commits intoelastic:mainfrom Jan 29, 2024
Conversation
…ed `selection.selected` API
Contributor
Author
|
/ci |
4 tasks
Contributor
|
Pinging @elastic/eui-team (EUI) |
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
kpollich
approved these changes
Jan 29, 2024
Member
kpollich
left a comment
There was a problem hiding this comment.
Quick smoke test of the agent table with a few enrolled agents looked good to me. All filters, selections, etc worked as expected. Thanks for pushing this change! 🚀
Contributor
Author
|
Woohoo! Thank you Kyle! 🎉 |
CoenWarmer
pushed a commit
to CoenWarmer/kibana
that referenced
this pull request
Feb 15, 2024
… controlled `selection.selected` API (elastic#175727) ## Summary **Please help us QA your affected tables to confirm that your plugin's table selection still works as before!** EUI will shortly be removing this deprecated ref `setSelection` method in favor of the new controlled `selection.selected` prop. This PR converts Fleet's more advanced usage of controlled selection, which should not suffer any UI/UX regressions. See also: - elastic/eui#7321 - elastic#175722 (examples of basic conversions)
fkanout
pushed a commit
to fkanout/kibana
that referenced
this pull request
Mar 4, 2024
… controlled `selection.selected` API (elastic#175727) ## Summary **Please help us QA your affected tables to confirm that your plugin's table selection still works as before!** EUI will shortly be removing this deprecated ref `setSelection` method in favor of the new controlled `selection.selected` prop. This PR converts Fleet's more advanced usage of controlled selection, which should not suffer any UI/UX regressions. See also: - elastic/eui#7321 - elastic#175722 (examples of basic conversions)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Please help us QA your affected tables to confirm that your plugin's table selection still works as before!
EUI will shortly be removing this deprecated ref
setSelectionmethod in favor of the new controlledselection.selectedprop. This PR converts Fleet's more advanced usage of controlled selection, which should not suffer any UI/UX regressions.See also:
selectionAPI eui#7321selection.selectedAPI #175722 (examples of basic conversions)