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>;