-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
hideCheckbox property feature not working? #20
Comments
confirmed |
Thanks Martin, that was a fast fix! Cheers. . |
I think this is happening again. Using fancytree v. 2.19.0, I am unable to hide a checkbox using
|
Since this requires re-rendering of the markup, the 'force' flag should be set: node.hideCheckbox = true;
node.render(true); |
@mar10
Can you give me an advise? Thanks |
See #804 |
the hideCheckbox property set accordingly for disabled items on my ajax JSON response but the checkboxes are still showing up.
The text was updated successfully, but these errors were encountered: