Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sharathdaniel opened this issue Aug 10, 2020 · 1 comment
Open

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

sharathdaniel opened this issue Aug 10, 2020 · 1 comment

Comments

@sharathdaniel
Copy link

sharathdaniel commented Aug 10, 2020

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.

@hummingbird-dev
Copy link
Owner

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants