grid_file

specifies the icon of child items in the tree column

taskTaskthe task object

Example

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

See also
Back to top