maxRowHeight of ui.datatable, Properties Webix Docs

StartAPI Referenceui.datatableProperties

sets the maximum height for a row

number maxRowHeight;

Example

webix.ui({
    view:"datatable",
    maxRowHeight:200,
    ...
});

Details

Works for row resizing only. If you need to set the default row height, you need to use the rowHeight parameter.

See also

  • API

  • Articles

  • Back to top

    If you have not checked yet, be sure to visit site of our main product Webix javascript dashboard framework and page of datatable product.