grid_indent

задает отступ для дочерних элементов в ветке (в колонке дерева)

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

Example

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

See also
К началу