mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
releases 4.1.16
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user