Interface EditBehaviorOptions
Properties
Optional
editableFunction
editable
Function
?: ((cellInfo
: CellInfo) => boolean)
Type declaration
-
- (cellInfo: CellInfo): boolean
-
Returns boolean
Optional
keyStrokeValid
key
Stroke
Valid
?: ((event
: KeyboardEvent, columnOptions
?: ColumnOptions) => boolean)
Type declaration
-
- (event: KeyboardEvent, columnOptions?: ColumnOptions): boolean
-
Returns boolean