task_class

specifies the CSS class that will be applied to task bars

startDatethe date when a task is scheduled to begin
endDatethe date when a task is scheduled to be completed
taskTaskthe task object

Example

gantt.templates.task_class = function(start, end, task){return "";};

See also
Back to top