最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
layui实现table加载的示例代码
时间:2022-06-25 15:46:11 编辑:袖梨 来源:一聚教程网
js实现:
layui.use(['table','form'], function() { $ = layui.jquery; table = layui.table; tableIns = initTable(); }); //加载列表 function initTable(){ // 执行渲染 tableIns = table.render({ id: 'idTest', elem : '#deviceTable', // 指定原始表格元素选择器(推荐id选择器) size: 'lg', height : 'full-20', // 容器高度 url : '/csCloud-admin/deviceController/getDeviceList.do', where: { 'orgId':$("#orgId").val(), 'coldNum':$("#coldNum").val(), 'devType':$("#devType").val(), 'isUsed':$("#isUsedId").val() }, method : 'post', cols : [ [ // 标题栏 { field : 'rownum', title : '序号', width : 100, sort : true }, { field : 'devNum', title : '设备编号', width : 200 }, { field : 'devAlias', title : '设备别名', width : 100 }, { field : 'devTypeVal', title : '设备类型', width : 100 }, { field : 'devModel', title : '设备型号', width : 100 }, { field : 'stateVal', title : '设备状态', width : 100 }, { field : 'coldNum', title : '冷库编号', width : 100 }, { field : 'orgName', title : '所属机构', width : 300 }, { field : 'isUsedValue', title : '状态', width : 100 }, { fixed : 'right', width : 300, align:'center', toolbar : '#barDemo' } ] ], // 设置表头 page : true, limits : [ 10,30, 60, 90, 150, 300 ], limit : 10 }); return tableIns; }
jsp实现:
相关文章
- 王者荣耀侦探能力大测试攻略 王者荣耀侦探能力大测试怎么过 11-22
- 无期迷途主线前瞻兑换码是什么 11-22
- 原神欧洛伦怎么培养 11-22
- 炉石传说网易云音乐联动怎么玩 11-22
- 永劫无间手游确幸转盘怎么样 11-22
- 无期迷途主线前瞻兑换码是什么 无期迷途主线前瞻直播兑换码介绍 11-22