grid_file

указывает иконку дочерних элементов в древовидной колонке

taskTaskобъект задачи

Example

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

See also
К началу