DataCell
Cell information in grid data area
Signature:
export interface DataCell
Properties
Property | Type | Description |
---|---|---|
getBlankState | BlankState | If equalBlank of column is true, blankState value of cell |
isValueChanged | boolean | Whether data has been changed |
Properties Desc
getBlankState
If equalBlank of column is true, blankState value of cell
Type
- BlankState
isValueChanged
Whether data has been changed
Type
- boolean
Remarks:
Available when dataProvider.restoreMode is "explicit" or "auto".