Home > @activeviam/activeui-sdk > RowActionImplementationProperties > onClick
RowActionImplementationProperties.onClick property
The click handler for the row action.
Signature:
onClick?: (e: React.SyntheticEvent, a: {
columnProps: TabularColumnProps;
index: number;
rowIndex: number;
}) => void;