mirror of https://github.com/layui/layui
fix(table): 优化慢速网络下表头列宽 (#2205)
parent
dc6250f0c3
commit
f7df4ce82e
|
@ -447,6 +447,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
||||||
|
|
||||||
// 让表格平铺
|
// 让表格平铺
|
||||||
that.fullSize();
|
that.fullSize();
|
||||||
|
that.setColsWidth();
|
||||||
|
|
||||||
that.pullData(that.page); // 请求数据
|
that.pullData(that.page); // 请求数据
|
||||||
that.events(); // 事件
|
that.events(); // 事件
|
||||||
|
|
Loading…
Reference in New Issue