Domanda

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

È stato utile?

Soluzione

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

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top