mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
Enhance DataTable and related components to enable multiple buttons for actions on selected rows - Create new subcomponent ActionButton for DataTable - Add renderPrimarySelectAction and renderSecondarySelectActions - Add renderActionButton - Refactor selectActionButtonText and onSelectActionClick as primarySelectActionButtonText and onPrimarySelectActionButtonText - Refactor ManageHostsPage to conform to above change - Refactor TextCell component to enable it to display boolean values in text
1 line
62 B
TypeScript
1 line
62 B
TypeScript
export { default, IActionButtonProps } from "./ActionButton";
|