You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please read the documentation carefully. First of all you have to initialize the treeview. After that you can apply methods like "checkAll". Check your jsfiddle, I have changed it.
After using
$("#treeview").hummingbird("checkAll");
i can't expand the nodes. Even with prechecked items its not possible to expand or collapse.Here's a jsfiddle: https://jsfiddle.net/4o1kh2nq/
What i want to achieve is:
Some of the items will be checked already, but can be unchecked.
Some of them might be checked already, but cannot be unchecked.
I should be be able to collapse and expand each node.
The text was updated successfully, but these errors were encountered: