간트 API템플릿grid_indent이 페이지에서grid_indent Description 트리 컬럼 내에서 브랜치의 자식 항목 들여쓰기를 제어합니다. grid_indent: (task: Task) => string;Parameters task - (required) Task - 작업 객체 Returns text - (string) - gantt에 표시될 HTML 텍스트 Examplegantt.templates.grid_indent = function(item) { return "<div className='gantt_tree_indent'></div>";};Related Guides 트리 컬럼 구성하기 그리드의 템플릿