CRUD on treetable

which webix .PHP files are ready to created insert update delete treetable? may I use url: “data_connector”, save: “connector->data_connector”, ?

By looking at samples I could not find any examples on how “create” a database table from start(empty). Is there any automation embbeded into components?

.PHP files will work with the treetable as well as for the ui.tree. Here’s a sample:

http://webix.com/snippet/m/408d96f0

All you need to do is to load an empty initial data. You can see how it works in our local samples.

Please, I am having difficults when adding new column to treetable. Its not working well like datatable. I suspect is related to the way I adjust the $render_table( fields) on the php connector file. I am working with current samples provided. Any extra doc or samples where I can exploit?

Solved after remaking of parameters. But I did not mean the need and the importance of a empty ( “” ) parameter?
$data->render_table(“films_tree”, “id”, “title , open, state”, “” , “parent”);

Please check details for render_table method:

http://docs.dhtmlx.com/connector__cf__connector_object_methods.html#rendertable