Home > @activeviam/activeui-sdk > RowActionImplementationProperties > render
RowActionImplementationProperties.render property
Render the row action. The other properties will not be called if this one is defined.
Signature:
render?: (index: number, rowIdx: number, columnProps: TabularColumnProps) => React.ReactElement<any> | null | undefined;