본문으로 건너뛰기

grid_file

Description

트리 컬럼 내 자식 항목의 아이콘을 정의합니다.

grid_file: (task: Task) => string;

Parameters

  • task - (required) Task - 작업 객체

Returns

  • text - (string) - 간트 차트에 표시될 html 텍스트

Example

gantt.templates.grid_file = function(item) {
return "<div className='gantt_tree_icon gantt_file'></div>";
};