...
TableForm 组件 或者 Table 单元格被编辑时值发生变化触发该事件。
event payload:
Code Block | ||
---|---|---|
| ||
{
rowId: 'xxx', // _rowid
value: 'xxxx', // 当前 cell 的 value 值
dataIndexName: 'age', // 当前 cell 对应的 字段名称
} |
...
TableForm 组件 或者 Table 单元格被编辑时值发生变化触发该事件。
event payload:
Code Block | ||
---|---|---|
| ||
{
rowId: 'xxx', // _rowid
value: 'xxxx', // 当前 cell 的 value 值
dataIndexName: 'age', // 当前 cell 对应的 字段名称
} |