nickperkinslondon / angular-bootstrap-nav-tree

An AngularJS directive that creates a Tree based on a Bootstrap "nav" list.
MIT License
683 stars 301 forks source link

Is it possible to select multiple nodes from a tree structure? #59

Open kiranonnet1986 opened 9 years ago

kiranonnet1986 commented 9 years ago

Right now we can select only one node from given tree structure. Is it possible to select multiple nodes from a tree structure.

zawmn83 commented 9 years ago

I also need the same feature. Can this tree use as checkbox tree?

valmont commented 9 years ago

Me as well

olso commented 9 years ago

Anything being done about this?

palenshus commented 9 years ago

I'd love this as well! If someone goes about adding this, please include conditional styling on the parent node depending on whether or not all of its children are selected

Clan-Utility commented 9 years ago

+1 for selecting multiple items

palenshus commented 9 years ago

I switched to using https://github.com/iVantage/angular-ivh-treeview, which is pretty powerful and has multi-select

daerogami commented 5 years ago

This is being addressed by #104 pending a few changes. May make sense to have two different modes as well: highlight vs checkbox. Will give this more thought.