How to disable parent node checkbox of Bootstrap Treeview
问题 I want to keep my parent folder names uncheckable. but i can not pass the option with individual node here. I wrote code like this. $("#treeview-checkable").treeview({ data: root.attributeTopicList, showIcon: true, showCheckbox: true, showBorder: false, showTags: true, }); }; 回答1: I had to Add some lines in bootstrapp-treeview.js file Process-->> Go inside bootstrapp_treeview.js See how its render function works You will find that after treeview fire any event or make any changes on DOM it