更新 treeTable 测试用例

pull/1325/head
贤心 2023-08-18 17:30:45 +08:00
parent 99bb028890
commit 0ca293f2c9
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ layui.use(['treeTable'], function(){
]], ]],
page: true page: true
}); });
// 单元格工具事件
treeTable.on('row(test)', function (obj) {
console.log(obj);
});
}); });
</script> </script>