BulkActions

A set of actions to perform on one or more selected items.

Props#

The BulkActions component accepts all Banner properties.

BulkActions#

PropTypeDefaultDescription
selectionsrequiredBulkActionsSelectionsArray with selected ids.
childrenstring | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | PromiseLikeOfReactNode | ((props: { ... }) => ReactNode)The action buttons.
titlestring:selections selectedThe title ":selections" will be replaced with the amount of selected items.

Was this helpful?