ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > CellEditorImplementationProperties > renderEditor

CellEditorImplementationProperties.renderEditor property

Called on every cell for which isEditable has returned true.

Signature:

renderEditor: (a: {
        colKey: string;
        columnProps: TabularColumnProps;
        rowIdx: number;
    }) => React.ReactElement<any>;
  • CellEditorImplementationProperties.renderEditor property
Copyright © 2023 ActiveViam