headerTemplate

sets the template for the header label

string| function headerTemplate;

Example

webix.ui({
    view:"treemap",
    headerTemplate:"#category#"
});


Default value:

""

Related samples

Details

headerTemplate can be a function:

headerTemplate: obj => obj.category
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of javascript treemap product.