修正 table 的 `colTool` 示例代码注释说明

pull/1295/head
贤心 2023-06-21 11:09:01 +08:00
parent 84d38544d5
commit 692e245d62
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ table.render({
// … // 其他属性
});
// 列拖拽宽度后的事件
// 表头自定义元素工具事件
table.on('colTool(test)', function(obj){
var col = obj.col; // 获取当前列属性配置项
var options = obj.config; // 获取当前表格基础属性配置项