sets the function that fires for each columns' header and returns header text
webix.ui({
view:"pivot",
headerTemplate: function(config){
// return string with header template
}
});
The function fires for the bottommost header in case there are several header lines.
It must return a string with the header text.
The config parameter is an object with the following properties: