mirror of https://github.com/layui/layui
修复 table 中 `colResized` 事件的 filter 在多个实例下的异常问题
parent
616a415a94
commit
5f6e79ca00
|
@ -1950,6 +1950,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
|||
|
||||
var key = th.data('key');
|
||||
var col = thatTable.col(key);
|
||||
var filter = thatTable.config.elem.attr('lay-filter');
|
||||
|
||||
// 重置过度信息
|
||||
dict = {};
|
||||
|
|
Loading…
Reference in New Issue