Page tree

版本比较

标识

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

Table of Contents

Table 组件TableForm 组件 

行被选中时触发该事件。(Table 和 TableForm 配置了可以勾选)

event payload: 

// 被勾选的行的完整数据
Code Block
languagejs
{
selectedRows: [
		{
			_rowid: 'xxx', 。
		}
	]
}

 

行被选中时触发该事件。(Table 和 TableForm 配置了可以勾选)