Interface ActionOptions<Data>

Type interface of actions in table.

Type Parameters

Hierarchy

  • ActionOptions

Properties

fullscreenAction?: boolean | { enterFullscreenIndicator?: ReactNode; exitFullscreenIndicator?: ReactNode }

Action to take table in fullscreen mode.

Default

true

multiRowActions?: MultiRowAction<Data>[]

Actions available when multiple rows are selected.

singleRowActions?: SingleRowAction<Data>[]

Actions available for each row.

tableActions?: TableAction<Data>[]

Actions available for the whole table.

Generated using TypeDoc