Page tree

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已改变。

...

TableForm 组件 或者 Table 单元格被编辑时值发生变化触发该事件。

event payload: 

Code Block
languagejs
{
	rowId: 'xxx', // _rowid
	value: 'xxxx', // 当前 cell 的 value 值
	dataIndexName: 'age', // 当前 cell 对应的 字段名称
}