Skip to main content

show_unscheduled

Description

Enables showing unscheduled tasks

show_unscheduled: boolean

Example

gantt.config.show_unscheduled = false;

gantt.init("gantt_here");

Default value: true

Details

Note, that by default, the unscheduled tasks are displayed as an empty row. To display them in the timeline area, you need to set the value of the show_unscheduled property to false. This may be confusing to you, but we will fix the inconsistency between the name of the property and its values in one of the future versions.