ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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

CellEditorImplementationProperties.isEditable property

Called on every cell marked as 'edited' to know if the editor should be rendered or not.

Signature:

isEditable: (rowIndex: number, columnKey: string, data: Table, dataSource: DataSource, columnProps: TabularColumnProps) => boolean;
  • CellEditorImplementationProperties.isEditable property
Copyright © 2023 ActiveViam