Unscheduled tasks are a PRO feature. See licensing and trial info.
The unscheduledTasks Prop
Enable unscheduled task support on the <Gantt> component:
| Prop | Type | Default | Description |
|---|---|---|---|
unscheduledTasks | boolean | false | When true, tasks with unscheduled: true are displayed in the grid without a timeline bar. |
The unscheduled Field on Tasks
Mark individual tasks as unscheduled by setting unscheduled: true on the task object:
start, end, or duration values. If these are present, they are ignored for rendering purposes while unscheduled remains true.
Example
Full Example
Scheduling an Unscheduled Task
To move an unscheduled task onto the timeline, update the task withstart and end dates and set unscheduled to false (or remove the field):