Skip to main content

grid_blank

Description

Specifies the custom content inserted before the labels of child items in the tree column

grid_blank: (task: Task) => string;

Parameters

  • task - (required) Task - the task object

Returns

  • text - (string) - html text which will be rendered in the gantt

Example

gantt.templates.grid_blank = function(item) {
return "<div className='gantt_tree_icon gantt_blank'></div>";
};