header

включает/выключает хедер DataTable (по умолчанию true)

boolean header;

Example

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


Default value:

true

Related samples

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of javascript tree grid product.