Question

I have implemented dynatree with checkbox=true. but i want to display checkbox only for leaf nodes. how to achieve this ? Thanks

Was it helpful?

Solution

One way would be to set hideCheckbox: true on nodes that are not leafs

Take a look at the example: Example: Selection and checkbox

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top