https://snippet.dhtmlx.com/i2xdhh2y
When I add a new task to a parent task using gantt.addTask, it remains collapsed.
I’ve got the expand tree initially config set to true, and I also tried passing in open: true when I create the task object.
However, it seems I have to explicitly use gantt.open(taskId) otherwise the task is always collapsed.
Is this the only way or is there something I’m missing? Thanks!