Hi all!

I would like to dynamically populate my tree. In order to do that, I would like to use the event beforeExpand.

When the user clicks on the node plus signal, I would like that my app requests some information, and so, it will add some children to the expanded node.

The problem is that I don't know how can I get the expanded node. How do I do it?

Thank you!