@nachoxxhh wrote:
A simple doubt, as it would be possible to indicate in the nodeDataArray[], if I want the group expanded or closed
example:
nodeDataArray: [
{“key”:1, “text”:“Node 1”, “isGroup”:true, “expanded”:“false”},
{“key”:2, “text”:“Node 2”, “isGroup”:true, “expanded”:“true”},
]
Posts: 2
Participants: 2
