Documentation

header

enables/disables the header in DataTable (enabled, by default)

boolean header;

Example

webix.ui({
    view:"datatable",
    header:false,
    ...
});

See also

Back to top