task_class

작업 바에 적용되는 CSS 클래스를 정의합니다

startDate작업이 시작될 예정인 날짜
endDate작업이 완료될 예정인 날짜
taskTask작업 객체 자체

Example

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

See also
Back to top