Zum Hauptinhalt springen

grid_file

Description

Definiert das Icon für untergeordnete Elemente in der Baumspalte

grid_file: (task: Task) => string;

Parameters

  • task - (required) Task - das Task-Objekt

Returns

  • text - (string) - html-Text, der im Gantt angezeigt wird

Example

gantt.templates.grid_file = function(item) {
return "<div className='gantt_tree_icon gantt_file'></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.