ngJsTree
ngJsTree copied to clipboard
Angular Directive for the famous JS Tree
Hi, Can you please let me know is there any way to get the JsTree directive support for angular 8.
The package on NPM has not been updated for almost 3 years and does not include security and bug fixes such as #128 and #132. Is there anything that is...
Please help me making ajax call while opening node. As in your demo it is not given.
I have discovered that pushing multiple nodes at root level in succession hangs the browser. My findings reveal that a while loop is set infinitely in the `nodesWatcher.onAdded` method. ```...
"myObj.$error.required" in never raised. Any hint? i.e.: ``` ```
Hello! two way binding appears to be not working inside a directive. the only way to update the tree view is to recreate it using the config.version field.
Hi, When I use the contextmenu plugin or the drag and drop plugin to modify the tree, the ng-model variable doesn't seem to get updated even though the tree looks...
I want to add a custom icon and subtext in a node, like this sample. ``` { 'id': 1, 'text': 'a text', 'icon': "icon", 'icon2': 'newIcon', 'subtext': 'new text' }...
hello, I used below format but and i got error " Uncaught TypeError: Cannot read property 'id' of undefined" { id: '5', parent:'#', text: 'Books' }, children : [ {...
I have a problem with a loaded.jstree event handler that I use to call the open_all function in jstree. Sometimes it gets called and sometimes not. When I debug I...