grid_file

트리 컬럼 내 자식 항목의 아이콘을 정의합니다.

taskTask작업 객체

Example

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

See also
Back to top