You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to give the user a good option to get the overall structure of a JSON data item.
I display only the level one nodes on the root. The rest is shown with showLength="true".
As soon as the user clicks on any bracket ALL child nodes below that are recursively expanded.
How can I change that behavior to only expand the next level on the node I clicked on?