layui 表格初始化
1 table.render({ 2 title: '待办', 3 //skin: 'row', 4 elem: '#currentTableId', 5 url: '/YueBao/GetDaiBan', 6 toolbar: '#toolbarDemo', height: 'full-200', 7 defaultToolbar: ['filter', 'exports', 'print', { 8 title: '提示', 9 layEvent: 'LAYTABLE_TIPS', 10 icon: 'layui-icon-tips' 11 }], 12 cellMinWidth: 100, 13 cols: [[ 14 { field: 'Id', hide: true, title: 'id', sort: true }, 15 { field: 'GSId', hide: true, title: 'gsid', sort: true }, 16 { field: 'BMId', hide: true, title: 'id', sort: true }, 17 { field: 'GWId', hide: true, title: 'gsid', sort: true }, 18 { field: 'YearMonth', width: '120', title: '月报月份', sort: true }, 19 { field: 'Name', width: '300', title: '月报岗位/部门/公司', sort: true, templet: '#usernameTpl' }, 20 { field: 'Remark', width: '500', title: '备注'} 21 ]], 22 limits: [5, 10, 15, 20, 25, 50, 100], 23 limit: 10, 24 page: true, 25 where: { 26 state:"待办" 27 } 28 29 });
浙公网安备 33010602011771号