본문으로 건너뛰기

grid_blank

Description

트리 열의 자식 아이템의 레이블 앞에 삽입되는 사용자 정의 컨텐츠를 지정합니다

grid_blank: (task: Task) => string;

Parameters

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

Returns

  • text - (string) - gantt에서 렌더링될 HTML 텍스트

Example

gantt.templates.grid_blank = function(item) {
return "<div className='gantt_tree_icon gantt_blank'></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.