Documentation

body

the view object that needs scrolling

object body;

Example

webix.ui({
        view:"scrollview",
        container:"box",
        body:{
                view:"datatable",
                columns:[{...}],
                data:film_set
        }
});

See also

  • samples
  • articles
  • Back to top