form of ui.datatable, Properties Webix Docs
linked form
string form;
Example
webix.ui({
view:"popup", id:"popupform",
body:{ view:"form", elements:[ /*...*/ ]}
});
webix.ui({
view:"datatable", editable:true, form:"popupform"
});
Details
ID of linked form, which will be used for edit operations
See also
Articles
If you have not checked yet, be sure to visit site of our main product Webix js framework and page of javascript datagrid product.