grid_indent

트리 컬럼 내에서 브랜치의 자식 항목 들여쓰기를 제어합니다.

taskTask작업 객체

Example

gantt.templates.grid_indent = function(item) {
    return "<div class='gantt_tree_indent'></div>";
};

See also
Back to top