Properties:
| Name | Type | Description |
|---|---|---|
values |
GridRowItem | 真实数据对象 |
source |
KeyMap.<Array.<GridSourceItem>> | 下拉数据源缓存对象 |
__index |
number | 行索引 |
__offset |
number | 批量删除时暂存的索引偏移量 |
__editing |
KeyMap.<any> | 正在编辑的列的原始值字典 |
__changed |
boolean | 行数据是否发生改变 |
__expanded |
boolean | 行是否已展开 |
__expandable_object |
GridExpandableObject | 行扩展对象 |
行数据包装接口