ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > CellEditorImplementationProperties

CellEditorImplementationProperties interface

A cell editor that can be added in a table.

Signature:

export interface CellEditorImplementationProperties 

Properties

PropertyTypeDescription
isEditable(rowIndex: number, columnKey: string, data: Table, dataSource: DataSource, columnProps: TabularColumnProps) => booleanCalled on every cell marked as 'edited' to know if the editor should be rendered or not.
renderEditor(a: {
colKey: number;
columnProps: TabularColumnProps;
rowIdx: number;
}) => React.ReactElement<any>
Called on every cell for which isEditable has returned true.
  • CellEditorImplementationProperties interface
  • Properties
Copyright © 2019 ActiveViam