defines height of datatable in rows
//grid will height enough to show 20 rows of data webix.ui({ view:"datatable", yCount:20 });
Possible values for the property are:
Related sample: Popup Menu