ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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