Documentation

headerRowHeight

sets the heigth of the header row

number headerRowHeight;

Example

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

See also

Back to top