grid_indent

specifies the indent of the child items in a branch (in the tree column)

taskTaskthe task object

Example

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

See also
Back to top