mirror of https://github.com/layui/layui
更新 treeTable 测试用例
parent
99bb028890
commit
0ca293f2c9
|
@ -45,6 +45,11 @@ layui.use(['treeTable'], function(){
|
|||
]],
|
||||
page: true
|
||||
});
|
||||
|
||||
// 单元格工具事件
|
||||
treeTable.on('row(test)', function (obj) {
|
||||
console.log(obj);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue