The tasks.remove() method deletes a task from the Gantt chart and updates the view.
Declaration
DayPilot.Gantt.tasks.remove(task)Parameters
task(DayPilot.Task) - object to remove
Example
gantt.tasks.remove(task);See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot