I’m trying to setup a filemanager to use dynamic loading, and have had no success.
I’ve tried setting the “webix_kids” value to true in my JSON if a node has children, and I’ve also setup “onBeforeOpen” callbacks to load more data per the examples on tree views. However in both situations, nothing happens (callback or automatically).
Any pointers here?