defines the height of the datatable in rows
/* the height of the datatable will be enough to show 20 rows
(the rest of the rows will be hidden and can be scrolled to)
*/
webix.ui({
view:"datatable",
yCount:20
});
Possible values for the property are:
Related sample: List: Animated Pagination