TaskModelFields
Maps field names from your task data to the fields that the Gantt component expects.
Definition
Package:@progress/kendo-react-gantt
Properties
children
string
Maps to the field that contains child tasks.
end
string
Maps to the field that contains the task end date.
id
string
Maps to the field that contains the unique ID for each task.
isExpanded
string
Maps to the field that indicates if a task is expanded to show child tasks.
isInEdit
string
Maps to the field that indicates if a task is currently being edited.
isRollup
string
Maps to the field that indicates if a task is a summary of child tasks.
isSelected
string
Maps to the field that indicates if a task is selected.
parentId?
string
Maps to the field that contains the parent task ID for child tasks.
percentComplete
string
Maps to the field that contains the task completion percentage.
start
string
Maps to the field that contains the task start date.
title
string
Maps to the field that contains the task title or name.