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 javascript ui components library and page of download datatable product.