mirror of https://github.com/layui/layui
优化 table 的`edit` 事件,新增返回 `obj.getCol()` 方法
parent
3c1a9a41bc
commit
9c8a632b46
|
@ -2191,6 +2191,9 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
|||
obj[field] = params.oldValue;
|
||||
params.update(obj);
|
||||
});
|
||||
},
|
||||
getCol: function(){ // 获取当前列的表头配置信息
|
||||
return that.col(td.data('key'));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue