Hi,
I’m trying to use a tree component to display a disk folder tree using dynamic json loading.
I started with the http://docs.webix.com/samples/17_datatree/16_dyn_loading/01_dyn_loading.html
Altough the demo works properly qith no subfolders in the tree, when I add more subfolders it’s giving the error message :
“Uncaught TypeError: Cannot read property ‘loadBranch’ of undefined / webix_debug.js:10069” (v1.5)
I created a test page to reproduce this issue :
http://bvnet.net:9876
If we try to open the “List” folder under the “Data Branch” folder, the error occurs.
Could you please check if I’m missing something with tree configuration or data structure?