RealGrid2 API
Interface
EditingItemInfo

EditingItemInfo

GridBase.getEditingItem() 에서 반환되는 오브젝트 형식

Signature:

export interface EditingItemInfo 

Properties

PropertyModifiersTypeDescription
dataRownumber행의 고유번호
itemIndexnumber행의 인덱스 (순서)
values{ [fieldName: string]: string; }해당 행의 값들

Properties Desc

dataRow

행의 고유번호

itemIndex

행의 인덱스 (순서)

values

해당 행의 값들