You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In computer science terms, a node without any children is a "leaf". But
in practical use, it's common to run into structures (e.g. empty folders
in file systems) where a node is still a parent because it does not
_yet_ have children but has the capacity to have children in the future.
Closesjakezatecky#171.
Just submitted a PR for this issue; ran into it myself.
As a workaround, I think it's possible to ensure that "empty" nodes have at least one child that just has a label of "Empty folder" with showCheckbox set to false.
In computer science terms, a node without any children is a "leaf". But
in practical use, it's common to run into structures (e.g. empty folders
in file systems) where a node is still a parent because it does not
_yet_ have children but has the capacity to have children in the future.
Closes#171.
I want to render Empty Folders in this tree.

Instead of folder icon I am getting file icon
The text was updated successfully, but these errors were encountered: