Interface CellEditContext
interface CellEditContext { $editable(value: any): undefined; $updates( dataSet: string, row: any, column: string, key_columns: string[], ): undefined;} Methods
$editable
$editable(value: any): undefined
$updates
$updates( dataSet: string, row: any, column: string, key_columns: string[],): undefined Parameters
- dataSet: string
- row: any
- column: string
- key_columns: string[]
Returns undefined
Editable flag Calling this functtion with a falsy value will result in the edit being cancelled