task_row_class

指定应用于timeline区域行的CSS类

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

Example

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

Details

为指定的项目提供CSS类。

See also
Back to top