Interface: CellEditEndEvent\<TRow\>
Defined in: src/model/types.ts:370
Event fired when a cell edit ends.
Extends
CellEditEvent<TRow>
Type Parameters
TRow
TRow
Properties
columnId
columnId:
string
Defined in: src/model/types.ts:364
Inherited from
committed
committed:
boolean
Defined in: src/model/types.ts:372
newValue
newValue:
unknown
Defined in: src/model/types.ts:371
row
row:
TRow
Defined in: src/model/types.ts:365
Inherited from
rowId
rowId:
string
Defined in: src/model/types.ts:363
Inherited from
value
value:
unknown
Defined in: src/model/types.ts:366