Skip to content

autoheight

adjusts the height of DataGrid to the its content

let autoheight: boolean
webix.grid({
autoheight:true,
...
});

also check the next samples:

If DataGrid has 10 rows, the resulting height will be *grid.config.rowHeight**10 plus borders.

Articles

API