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
Currently there's no way to display some custom content for a tree with no items ("empty" state) and when nothing's been found given some filter/search value.
Proposed solution
The proposed solution is to introduce 2 new slots: "empty" and "not-found", where they will, respectively, display their contents when the tree is empty and when searching in or filtering the tree items resulted in no items matching the given search/filter criterea.