Table of Contents |
---|
Table 组件 和 TableForm 组件 行被选中时触发该事件。(Table
event payload:
// 被勾选的行的完整数据
Code Block | ||
---|---|---|
| ||
{
selectedRows: [
{
_rowid: 'xxx', 。
}
]
} |
行被选中时触发该事件。(Table 和 TableForm 配置了可以勾选)
Table of Contents |
---|
Table 组件 和 TableForm 组件 行被选中时触发该事件。(Table
event payload:
// 被勾选的行的完整数据
Code Block | ||
---|---|---|
| ||
{
selectedRows: [
{
_rowid: 'xxx', 。
}
]
} |
行被选中时触发该事件。(Table 和 TableForm 配置了可以勾选)