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
I'm trying to make my tree grid expanded after data load. I initialized my_tree but when I try to call $scope.my_tree.expand_all() I got the error message undefined object regarding my_tree.
I setted the expand_level to one and it works fine, but I need to show my tree expanded and not collapsed at the beginning.
Did any one have a solution for my problem?
The text was updated successfully, but these errors were encountered:
I'm trying to make my tree grid expanded after data load. I initialized my_tree but when I try to call $scope.my_tree.expand_all() I got the error message undefined object regarding my_tree.
I setted the expand_level to one and it works fine, but I need to show my tree expanded and not collapsed at the beginning.
Did any one have a solution for my problem?
The text was updated successfully, but these errors were encountered: