The Edit Module is used to handle editing actions.
Method to delete record.
Parameter | Type | Description |
---|---|---|
taskDetail | number | string | number[] | string[] | IGanttData | IGanttData[] |
Defines the details of data to delete. |
Returns void
indent a selected record
Returns void
To perform outdent operation for selected row
Returns void
Method to update record with new values.
Parameter | Type | Description |
---|---|---|
data | Object |
Defines new data to update. |
Returns void
To update duration, work, resource unit
Returns void
Method to update TaskID of a gantt record
Returns void