Replies: 1 comment
-
|
Please refer to #167. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In some of case, we will display a file tree from web or another remote place, which mean we need time to fetch the hall tree. support lazy load of child nodes will let user have a fast initial load, and may also save memory when some nodes have a huge number of child nodes.
In current design of the
TreeViewandITreeItemsView, it is possible to build this on user own, but it is a complex task and need do some work inItemTemplateand the backendITreeItemsViewat same time, using node to transfer the loading state to display the loading state. This is the reason why I think we need a control for this.Beta Was this translation helpful? Give feedback.
All reactions