RealGrid2 API
Interface
CellIndex

CellIndex

셀의 위치정보 모델

Signature:

export interface CellIndex 

Remarks

onCurrentChangingGridBase 의 여러 콜백 및 셀 위치 관련 method 들에서 주로 사용된다.

필요한 정보만 사용하면 된다.

Example

gridView.setCurrent({ itemIndex: 1, column: '행정구역별' });

Properties

PropertyModifiersTypeDescription
columnstring | GridColumn컬럼 이름
dataRownumber고유의 행 번호
fieldIndexnumber필드 순서
fieldNamestring필드명
itemIndexnumber그리드 상에서의 순서

Properties Desc

column

컬럼 이름

dataRow

고유의 행 번호

fieldIndex

필드 순서

fieldName

필드명

itemIndex

그리드 상에서의 순서