문제

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

도움이 되었습니까?

해결책

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

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top