JavaScript/jQuery Gantt - tasks
Type:
Default Value: null
Use the dataSource property to bind the UI component to a data source, which contains tasks. If the field names in your data source differ from default names ('id', 'parentId', 'title', 'start', 'end', 'progress', 'color'), use appropriate properties (keyExpr, parentIdExpr, etc.) to map data fields.
See Also
dataSource
Default Value: null
Refer to the tasks property to see how to specify the dataSource property.
Feedback