I was wondering how it could be possible to insert new nodes dynamically (fetched from an external resource, like a GraphQL endpoint), when the root node is being clicked.
-> So Is it a simple refresh problem ?
-> Can I use your component to insert dynamical data into it, or should i gather all the data from the beginning ?
Hi @David-Desmaisons ,
I was wondering how it could be possible to insert new nodes dynamically (fetched from an external resource, like a
GraphQL
endpoint), when the root node is beingclicked
.So far, I tried the following:
And the data is indeed updated:
And reflected on the Component tree attribute:
-> So Is it a simple refresh problem ? -> Can I use your component to insert dynamical data into it, or should i gather all the data from the beginning ?
Thanks David !