tree

hello, am new with webix, and i having been trying to create a simple file manager with reference to you already existing file manager template,
how do i make the tree work by displaying files on a different col

You can check the next snippet
https://snippet.webix.com/cr6r6evo

Basically, you can use onAfterSelect event in tree to change state of other widgets ( load list of files in some other view )

thank you maksim,

so how do i make it get the parentID and displays all the subfiles in that parent folder

You can use bind api

https://snippet.webix.com/0blzw761

https://docs.webix.com/samples/17_datatree/04_api/08_bind.html

or more low-level code, which will fetch the necessary info from the source component.

thank you maksim , have gathered the information given and have managed ,
another question would be i want to add a grid to the view how i can do that…?