autoheight
adjusts the height of DataGrid to the its content
let autoheight: boolean
Example
Section titled “Example”webix.grid({ autoheight:true, ...});
also check the next samples:
Details
Section titled “Details”If DataGrid has 10 rows, the resulting height will be *grid.config.rowHeight**10 plus borders.
See also
Section titled “See also”Articles
API