Documentation

rowHeight

sets the default height for rows

number rowHeight;

Example

webix.ui({
    view:"datatable",
    rowHeight:40,
    ...
});

See also

Back to top