* 부모 노드 선택 시 모든 자식 노드 선택/해제 되게
$().jstree({
'checkbox': {
'three_state':false // false: 해제, true: 설정, default value는 true
},
})
* 부모 노드 선택 시 모든 자식 노드 선택/해제 되게
$().jstree({
'checkbox': {
'three_state':false // false: 해제, true: 설정, default value는 true
},
})