Does Gantt have a dispose() method?
3 years ago.
Hi team,
I am doing a Gantt chart for jobs.
I would like to display a Gantt chart for jobs that I selected.
I use Axios send and receive data from database.
It is ok for the first Gantt chart, but when come to the second one, it failed due to the error:
"The target placeholder was already initialized by another DayPilot component instance."
I know Scheduler has dispose() method, does Gantt has something similar with it?
Thank you very much!
DayPilot