Closed
Description
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?