Documentation

rowLineHeight

default line height for grid's row

number rowLineHeight;

Example

webix.ui({
    view:"datatable",
    rowLineHeight:25
});

See also

Back to top