ezraroi / ngJsTree

Angular Directive for the famous JS Tree
http://ezraroi.github.io/ngJsTree/
MIT License
270 stars 98 forks source link

can i select node, but not check/uncheck it? #48

Closed DanStopka1985 closed 8 years ago

ezraroi commented 8 years ago

@DanStopka1985 Please check the jsTree documentation for this. Sounds like it can be done

DanStopka1985 commented 8 years ago

I could not find this in docs, http://stackoverflow.com/questions/33690452/can-i-select-a-node-but-not-check-uncheck-it-in-jstree Can you help me?

DanStopka1985 commented 8 years ago

checkbox : { tie_selection : false, whole_node : false } it works as i need. Thanks!

ezraroi commented 8 years ago

Thanks for sharing