We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can I block to expand or collapse a disabled node?
I tried the following => https://codepen.io/paulodiogo/pen/LoVJQv?editors=1010
The node "Social" is { expanded: false, disabled: true, selectable: false }, but is still expandable, can I block it to not expand or collapse?
{ expanded: false, disabled: true, selectable: false }
Would a function for each state in options not be an option?
state
For example:
options: { isExpandable: function(node){ return !node.disabled; } }
Can I create a PR?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi. Yeah, I think it make sense.
Sorry, something went wrong.
Any updates on this? I would love to have all nodes expanded by default and be able to disable expansion on a node
Disabled node expanding #121
3c34f49
Hi! Please check a new version (0.2.66)
No branches or pull requests
Can I block to expand or collapse a disabled node?
I tried the following => https://codepen.io/paulodiogo/pen/LoVJQv?editors=1010
The node "Social" is
{ expanded: false, disabled: true, selectable: false }
, but is still expandable, can I block it to not expand or collapse?Would a function for each
state
in options not be an option?For example:
Can I create a PR?
Thank you!
The text was updated successfully, but these errors were encountered: