mirror of https://github.com/layui/layui
更新 treeTable 测试用例
parent
0d565d4268
commit
72e7403957
|
@ -24,6 +24,7 @@ layui.use(['treeTable'], function(){
|
||||||
url: './json/treeTable/demo-1.json',
|
url: './json/treeTable/demo-1.json',
|
||||||
maxHeight: 'full-32',
|
maxHeight: 'full-32',
|
||||||
cols: [[
|
cols: [[
|
||||||
|
{type: 'checkbox', fixed: 'left'},
|
||||||
{type: 'numbers', fixed: 'left'},
|
{type: 'numbers', fixed: 'left'},
|
||||||
{field: 'id', title: 'ID', width: 145, sort: true, fixed: 'left', totalRow: '合计:'},
|
{field: 'id', title: 'ID', width: 145, sort: true, fixed: 'left', totalRow: '合计:'},
|
||||||
{field: 'name', title: '用户名', width: 180, fixed: 'left'},
|
{field: 'name', title: '用户名', width: 180, fixed: 'left'},
|
||||||
|
|
Loading…
Reference in New Issue