eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

Persist the state of the tree and open the tree when coming from other pages. #48

Open amarpreethora opened 9 years ago

amarpreethora commented 9 years ago

Hi I have a requirement where I want to maintain the state of the tree. I mean I want to save/check which nodes are expanded by the user. After expanding the nodes of the tree, user can move to other pages of the application. When user comes back to the tree page, the tree should be expanded by default to the last saved state. How can we achieve this here? If anyone of you have any idea, please guide me. Thanks a lot for reading this and giving your time.

sankarmahadevan commented 6 years ago

Hi @amarpreethora are you able to achieve this feature? I also need to do similar kind of functionality. Please guide me if you done. Thanks.