Type Alias: DataEditorProps<Cell>
DataEditorProps<
Cell> =DataComponentProps<Cell> &object
Defined in: src/types.ts:125
Type of the Spreadsheet DataEditor component props
Type Declaration
exitEditMode()
exitEditMode: () =>
void
Callback to be called when edit mode should be exited
Returns
void
onChange()
onChange: (
cell) =>void
Callback to be called when the cell's value is changed
Parameters
cell
Cell
Returns
void