hummingbird-dev / hummingbird-treeview

A powerful and fast jQuery treeview plugin
MIT License
62 stars 23 forks source link

checkAll method doesn't allow to expand the nodes #20

Open sharathdaniel opened 4 years ago

sharathdaniel commented 4 years ago

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:

hummingbird-dev commented 4 years ago

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.

Regarding your requirements: