specifies the CSS class that will be applied to the row of the timeline area
start | Date | the date when a task is scheduled to begin |
end | Date | the date when a task is scheduled to be completed |
task | Task | the task object |
gantt.templates.task_row_class = function(start, end, task){
return "";
};
Returns the CSS class for the item in question.