body

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
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of scrollview product.