-
Notifications
You must be signed in to change notification settings - Fork 91
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
Feature Request #17
Comments
+1, would be wonderful to programmatically control what's expanded and what isn't |
Yes, I was really looking for a ElementWrapper.expandAll() function. |
Here's a wacky method to open the next layer of all of the trees on the page:
In english: Be careful though, If this matches some similar structure on your page, you might click something you don't want to click. |
This is an amazing tool, thank you for building it!
I'd like to be able to update the json structure dynamically and preserve which nodes are open or folded.
Perhaps by having a way to query for the currently 'open' nodes, and to pass that result in when generating the replacement HTML. The query result would have to be somewhat aware of the data content so that nodes not present after the update are ignored. This same mechanism could be used to give people fine grained control over which nodes are opened during the initial display.
The text was updated successfully, but these errors were encountered: