Hi
I’m new to Angular and JS, so please bear with me..
I’m populating JsTree data from a ajax call, that works perfect, but when trying to add new Node, it won’t update the Tree dynamically.
So my Q is how can i update the Tree when addNewNode?
It works fine when using static data array as in your demo.
Hi I’m new to Angular and JS, so please bear with me.. I’m populating JsTree data from a ajax call, that works perfect, but when trying to add new Node, it won’t update the Tree dynamically.
So my Q is how can i update the Tree when addNewNode? It works fine when using static data array as in your demo.
added "data" to treeConfig
and addNewNode;