...
Table 组件 和 TableForm 组件 行被双击时触发该事件。
event payload: 当前行的完整数据
Code Block | ||
---|---|---|
| ||
{
_rowid: 'xxx', // _rowid
xxxx: 'xxxx', // 当前 cell 的 value 值
} |
...
Table 组件 和 TableForm 组件 行被双击时触发该事件。
event payload: 当前行的完整数据
Code Block | ||
---|---|---|
| ||
{
_rowid: 'xxx', // _rowid
xxxx: 'xxxx', // 当前 cell 的 value 值
} |