Open
Description
Can support only load user-select node-data
.
my tree
(<Tree
// defaultExpandedKeys={['0-0']}
loadData={async (treeNode)=> this.loadData(treeNode)}
treeData={this.state.treeData}
/>);
I must update whole this.state.treeData
when trigger loadData,
loop list of treeData
will cost long time,
so i want a mode that can only load need-load-data
and get whole data by something such as tree-ref
,
I don't find anything about this with doc.
Is supporting ?
Metadata
Metadata
Assignees
Labels
No labels