Documentation

autoheight

adjusts DataTable to the parent container size vertically

boolean autoheight;

Example

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

See also

Back to top