【Layui】------table表格内容自动适应高度无省略号
皮皮冰要做大神:
自己封装的方法
【Layui】------table表格内容自动适应高度无省略号
qq_22610133:
多谢,可以用了
【Layui】------table表格内容自动适应高度无省略号
qq_22610133:
iMx是个什么玩意
【Layui】------table表格内容自动适应高度无省略号
皮皮冰要做大神:
看我的评论
[code=html]
layui.table.reload("tablemodelTable", {
where: __where,
request: {
pageName: 'pageIndex',
limitName: 'pageSize'
},
page: {
curr: 1
},
done: function(res, curr, count){
iMx.autoFixedHeight($(this.elem[0]).next());
$(this.elem[0]).next().on('mouseup','.layui-table-header th',function(e){
iMx.autoFixedHeight($("#tablemodel").next());
});
}
});
[/code]
【Layui】------table表格内容自动适应高度无省略号
皮皮冰要做大神:
[code=html]
layui.table.reload("tablemodelTable", {
where: __where,
request: {
pageName: 'pageIndex',
limitName: 'pageSize'
},
page: {
curr: 1
},
done: function(res, curr, count){
iMx.autoFixedHeight($(this.elem[0]).next());
$(this.elem[0]).next().on('mouseup','.layui-table-header th',function(e){
iMx.autoFixedHeight($("#tablemodel").next());
});
}
});
[/code]
!