mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 16:43:14 +08:00
更新 treeTable 测试用例
This commit is contained in:
@@ -45,6 +45,11 @@ layui.use(['treeTable'], function(){
|
||||
]],
|
||||
page: true
|
||||
});
|
||||
|
||||
// 单元格工具事件
|
||||
treeTable.on('row(test)', function (obj) {
|
||||
console.log(obj);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user