본문으로 건너뛰기

grid_indent

Description

트리 열에서 브랜치의 자식 아이템 들여쓰기 지정

grid_indent: (task: Task) => string;

Parameters

  • task - (필수) Task - 작업 객체

Returns

  • text - (문자열) - Gantt 차트에 렌더링될 HTML 텍스트

Example

gantt.templates.grid_indent = function(item) {
return "<div className='gantt_tree_indent'></div>";
};
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.