DataCell
그리드 Data영역의 셀정보
Signature:
export interface DataCell Properties
| Property | Type | Description |
|---|---|---|
| getBlankState | BlankState | column의 equalBlank가 true인경우 셀의 blankState값 |
| isValueChanged | boolean | data 변경여부 |
Properties Desc
getBlankState
column의 equalBlank가 true인경우 셀의 blankState값
Type - BlankState
isValueChanged
data 변경여부
Type - boolean
Remarks:
dataProvider.restoreMode가 "explicit" 또는 "auto"인경우 사용가능.