I submited data to the gantt chart datasource but I can't either map them on my custom columns nor display them on my taskbar or edit dialog box
|
{
TaskID: 2,
TaskName: 'Identify site location',
StartDate: new Date('04/02/2019'),
Duration: 0,
Progress: 30,
resources: [1],
info: 'Measure the total property area alloted for construction',
CustomColumn: 1
},
|
|
this.columns = [
{ field: 'TaskID', width:60 },
{ field: 'TaskName', headerText: 'Job Name', width: '250' },
{ field: 'StartDate' },
{ field: 'Duration' },
{ field: 'Progress' },
{ field: 'Predecessor' },
{ field: 'CustomColumn'}
];
|
I just as you saud above but it don't still sho my data on the GANTT
Here is my object:
{
"TaskID": "2d0e206e-ce64-11eb-8c11-9e627584aa0f",
"User": "No user found",
"Workshop": "КО. РУНН / ",
"TaskName": "8413-НКУ Каскад СТ PCC-Разработка КД",
"StartDate": "2021-06-29T07:00:00.000Z",
"EndDate": "2021-07-07T16:00:00.000Z",
"Duration": 7,
"Operation": "f0939bea-cd86-11ea-9fb9-9e627584aa0f",
"Progress": 0,
"CategoryColor": "#DC0000"
}
And the pictures below present my settings and presentation