Skip to content

Home > @liquidrazor/list-display > TableProps > onRowActionClick

TableProps.onRowActionClick property

Callback fired when a row action is selected.

Signature:

typescript
onRowActionClick?: (actionId: string, rowIndex: number) => void;