Private
_cellPrivate
_editorPrivate
_metadataPrivate
_typePrivate
_getPrivate
_getChoose the most appropriate cell editor to use based on overrides / cell data type.
If no match is found in overrides or based on cell data type, and if cell has a primitive data type then TextCellEditor is used as default cell editor. If 'default' cell editor is overridden, then it is used instead of TextCellEditor for default.
Private
_getPrivate
_metadataPrivate
_metadataPrivate
_objectPrivate
_onPrivate
_onStart editing a cell.
The object holding cell configuration data.
Optional
options: ICellEditOptionsThe cell editing options.
Override cell editor for the cells matching the identifier.
Cell identifier to use when matching cells. if identifier is a CellDataType, then cell matching is done using data type of the cell, if identifier is a Metadata, then partial match of the cell metadata with identifier is used for match, if identifier is 'default' then override is used as default editor when no other editor is found suitable
The cell editor to use or resolver to use to get an editor for matching cells.
An object which manages cell editing. It stores editor overrides, decides which editor to use for a cell, makes sure there is only one editor active.