feat: add Loading
property to FluentTreeItem
and display FluentProgressRing
in place of the expand/collapse button
#1365
xperiandri
started this conversation in
Ideas
Replies: 1 comment
-
Hi Andrii, I'll convert this to a discussion to see if this functionality has broader interest |
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
-
🙋 Feature Request
When I expand a
FluentTreeItem
I want its child items to check if they have subitems and load them.While this happens I want to indicate that action with
FluentProgressRing
in place of the expand/collapse button which will visually clue a user that the item may have subitems but they are loading🤔 Expected Behavior
When
Loading
property is true instead of the expand/collapse buttonFluentProgressRing
is rendered😯 Current Behavior
No
Loading
property exist🔦 Context
I have my items pre-chached in an indexed db and I want them lazily load for subitems when a particular tree hierarchy is expanded.
💻 Examples
Beta Was this translation helpful? Give feedback.
All reactions