啥也不说了,上段代码吧
table.render({
elem: '#check-data-list'
, height: 480
, title: '监测任务列表信息'
, limit: Number.MAX_VALUE // 数据表格默认全部显示
, cols: [[
{field: 'id', title: '序号', width: 60, style: 'font-size: 12px; color: #666'},
{field: 'modelNum', title: '任务编号', style: 'font-size: 12px; color: #666'},
{field: 'monitoringTime', title: '监测时间', style: 'font-size: 12px; color: #666'},
{field: 'taskStatus', title: '任务状态', templet: "#status", style: 'font-size: 12px; color: #666'},
{field: 'overTime', title: '结束时间', templet: "#over", style: 'font-size: 12px; color: #666'},
{
field: 'report',
title: '报告',
event: 'viewReport',
width: 60,
templet: "#reportID",
style: 'font-size: 12px; color: #3A87F3; cursor:pointer'
}
]]
, cellMaxWidth: 100
, parseData: function (res) {
return res;
}
, data: data
, id: 'check-data-list'
});
以上这篇Layui实现数据表格默认全部显示(不要分页)就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持亿速云。
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。