search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged tasks

Removing all tasks from a gantt chart without disposing of it

Answered: When you need to load a new task set in the Gantt chart, the best way is to replace the tasks with a new array: const tasks = [ /* ... */ ]; dp.update({tasks}); There is no need to clear the events ...
Questions 1-1 of 1