ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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;
  • RowActionImplementationProperties.render property
Copyright © 2023 ActiveViam