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
we should never expand a tree element and display "No data" for a child with no children - just reset its state to non-openable.
for every children there is could be a property called "ChildrenExist"
and I suggest the following logic:
a) if it doesn't exist - work like before (like in n.1)
b) if it does exist and false - disable opening the tree element
c) if it does exist and true - show toggle to allow opening it (but ready to fall back to n.1)
The text was updated successfully, but these errors were encountered:
and I suggest the following logic:
a) if it doesn't exist - work like before (like in n.1)
b) if it does exist and false - disable opening the tree element
c) if it does exist and true - show toggle to allow opening it (but ready to fall back to n.1)
The text was updated successfully, but these errors were encountered: