adjusts the height of Datatable to the its content
webix.ui({ view:"datatable", autoheight:true, ... });
If a Datatable has 10 rows, the resulting height will be datatable.config.rowHeight*10 plus borders.