Hi all !
I am developping a Sharepoint Webpart to display Planner Tasks with the free (for now) version of DHTMLXGantt.
I successfuly display my buckets as parent tasks and Planner tasks as child tasks.
When I update the time scale, My component is updated, and here are my last instructions :
gantt.init("gantt_here");
this.initGanttEvents();
gantt.parse(res);
The “res” value is absolutly the same as the one of the first load that works.
As a result I have only the parent tasks displayed, and no error in the console.
Any idea on what could go wrong, or how I could debug that ?
Thanks for the tips !