Zum Hauptinhalt springen

grid_indent

Description

Steuert die Einrückung von untergeordneten Elementen innerhalb eines Branches in der Tree-Spalte

grid_indent: (task: Task) => string;

Parameters

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

Returns

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

Example

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