Zum Hauptinhalt springen

show_tasks_outside_timescale

Description

Aktiviert das Anzeigen von Aufgaben, die außerhalb des angegebenen Datumsbereichs im Gantt-Diagramm liegen

show_tasks_outside_timescale: boolean

Example

gantt.config.start_date = new Date(2019, 02, 31);
gantt.config.end_date = new Date(2019, 03, 09);
gantt.config.show_tasks_outside_timescale = true;

gantt.init("gantt_here");

Standardwert: false

Change log

  • Hinzugefügt in v6.3
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.