-
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
[Fleet][EuiInMemoryTable] Replace usage of deprecated ref method with controlled selection.selected
API
#175727
[Fleet][EuiInMemoryTable] Replace usage of deprecated ref method with controlled selection.selected
API
#175727
Conversation
…ed `selection.selected` API
/ci |
Pinging @elastic/eui-team (EUI) |
Pinging @elastic/fleet (Team:Fleet) |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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.
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! 🚀
Woohoo! Thank you Kyle! 🎉 |
… 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)
… 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)
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 controlledselection.selected
prop. This PR converts Fleet's more advanced usage of controlled selection, which should not suffer any UI/UX regressions.See also:
selection
API eui#7321selection.selected
API #175722 (examples of basic conversions)