grid_indent

контролирует отступ дочерних элементов внутри ветки в tree column

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

Example

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

See also
К началу