grid_blank

specifies the custom content inserted before the labels of child items in the tree column

taskTaskthe task object

Example

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

See also
Back to top