TaskModelFieldsPremium
Maps field names from your task data to the fields that the Gantt component expects.
Name | Type | Default | Description |
---|---|---|---|
children |
|
Maps to the field that contains child tasks. | |
end |
|
Maps to the field that contains the task end date. | |
id |
|
Maps to the field that contains the unique ID for each task. | |
isExpanded |
|
Maps to the field that indicates if a task is expanded to show child tasks. | |
isInEdit |
|
Maps to the field that indicates if a task is currently being edited. | |
isRollup |
|
Maps to the field that indicates if a task is a summary of child tasks. | |
isSelected |
|
Maps to the field that indicates if a task is selected. | |
parentId? |
|
Maps to the field that contains the parent task ID for child tasks. | |
percentComplete |
|
Maps to the field that contains the task completion percentage. | |
start |
|
Maps to the field that contains the task start date. | |
title |
|
Maps to the field that contains the task title or name. |