간트 API템플릿grid_file이 페이지에서grid_file Description 트리 컬럼 내 자식 항목의 아이콘을 정의합니다. grid_file: (task: Task) => string;Parameters task - (required) Task - 작업 객체 Returns text - (string) - 간트 차트에 표시될 html 텍스트 Examplegantt.templates.grid_file = function(item) { return "<div className='gantt_tree_icon gantt_file'></div>";};Related Guides 그리드의 템플릿 트리 컬럼 구성하기