-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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] Collapse JSON Elements #2
Comments
Thanks for your suggestion. I will definitely consider adding this. |
@AykutSarac Do you use a library to make the graph, or have you created the layout on your own? I think it would be cool if you could click on the element, and it will collapse the clicked parents children. |
I've used the reaflow library. The library itself doesn't have collapse feature built-in though it does have delete node which removes all connectes nodes and edges of parent. Something similar could be implemented. |
Yeah maybe it could just be deleted. But I think that the delete functionality maybe causes a lot of performace issues. Would it not be better to just add a javascript |
Sounds good. |
I support that, would be really useful |
Add ability to collapse JSON elements displayed in JSON view
The text was updated successfully, but these errors were encountered: