body of ui.scrollview, Properties Webix Docs
the view object that needs scrolling
object body;
Example
webix.ui({
view:"scrollview",
body:{
view:"datatable",
columns:[// columns config],
data:film_set
}
});
Related samples
See also
Articles
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of scrollview product.