RealGrid2 API
Interface
FieldMap

FieldMap

DataDropOptions.fieldMap 에서 사용되는 옮길 그리드의 필드명 - 옮김을 받은 그리드의 필드명 쌍 형식

Signature:

export interface FieldMap 

Remarks

'*':'*' 로 필드명이 동일한 필드끼리 매핑할 수 있다.

Example

{
     'CompanyName': 'ShipAddress',
     '*': '*'
}