grid_blank

트리 컬럼의 자식 항목 라벨 앞에 표시되는 사용자 정의 콘텐츠를 정의합니다.

taskTask작업 객체

Example

gantt.templates.grid_blank = function(item) {
    return "<div class='gantt_tree_icon gantt_blank'></div>";
};

See also
Back to top