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

grid_blank

Description

Указывает пользовательский контент, который вставляется перед метками дочерних элементов в столбце дерева

grid_blank: (task: Task) => string;

Parameters

  • task - (обязательный) Task - объект задачи

Returns

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

Example

gantt.templates.grid_blank = function(item) {
return "<div className='gantt_tree_icon gantt_blank'></div>";
};
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.