releases 4.1.16

This commit is contained in:
xuliangzhan
2021-12-03 21:11:06 +08:00
parent 4e9553df35
commit 178ab2e8b1
3 changed files with 6 additions and 4 deletions

View File

@@ -20,8 +20,9 @@
resizable
ref="xTree"
row-id="id"
:tree-config="{transform: true, rowField: 'id', parentField: 'parentId', lazy: true, hasChild: 'hasChild', loadMethod: loadChildrenMethod}"
:tree-config="{lazy: true, hasChild: 'hasChild', loadMethod: loadChildrenMethod}"
:data="demo1.tableData">
<vxe-column type="seq" width="60"></vxe-column>
<vxe-column field="name" title="Name" width="400" tree-node></vxe-column>
<vxe-column field="size" title="Size"></vxe-column>
<vxe-column field="type" title="Type"></vxe-column>