specifies the CSS class that will be applied to the headers of the table's columns
columnName | string | the column's name (as specified in the "name" property of the column object) |
column | object | column object (as specified in the gantt.config.columns config) |
gantt.templates.grid_header_class = function(columnName, column){
return "";
};