Skip to main content

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>;
}

order

property
number

component

property
BulkActionComponent<any>