autoheight

adjusts the height of Datatable to the its content

boolean autoheight;

Example

webix.ui({
    view:"datatable",
    autoheight:true,
    ...
});

Related samples

Details

If a Datatable has 10 rows, the resulting height will be datatable.config.rowHeight*10 plus borders.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui widget library and page of tree table ui product.