DataTableBulkActions
BulkAction
Status: Developer Preview
A bulk action is a component that will be rendered in the bulk actions dropdown.
Signature
type BulkAction = {
order?: number;
component: BulkActionComponent<any>;
}
Status: Developer Preview
A bulk action is a component that will be rendered in the bulk actions dropdown.
type BulkAction = {
order?: number;
component: BulkActionComponent<any>;
}