Перейти к основному содержимому

grid_indent

Description

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

grid_indent: (task: Task) => string;

Parameters

  • task - (required) Task - объект задачи

Returns

  • text - (string) - html текст, который будет отображён в gantt

Example

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