task_class

定义应用于任务条的 CSS 类

startDate任务计划开始的日期
endDate任务计划结束的日期
taskTask任务对象本身

Example

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

See also
Back to top