InvalidCell
GridBase.getInvalidCells() 에서 반환되는 오브젝트 형식
Signature:
export interface InvalidCell
Properties
Property | Type | Description |
---|---|---|
column | string | 컬럼 명 |
dataRow | number | 행의 고유 번호 |
fieldName | string | 필드 명 |
level | ValidationLevel | 설정한 데이터 검증 결과 수준 |
message | string | 설정한 메시지 |
Properties Desc
column
컬럼 명
Type
- string
dataRow
행의 고유 번호
Type
- number
fieldName
필드 명
Type
- string
level
설정한 데이터 검증 결과 수준
Type
- ValidationLevel
message
설정한 메시지
Type
- string