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;