specifies the CSS class that will be applied to a grid row
start | Date | the date when a task is scheduled to begin |
end | Date | the date when a task is scheduled to be completed |
task | object | the task object |
gantt.templates.grid_row_class = function(start, end, task){
return "";
};