You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fleet][EuiInMemoryTable] Replace usage of deprecated ref method with 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)
Copy file name to clipboardExpand all lines: x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/components/agent_list_table.tsx
0 commit comments