When I use gantt.addTask to add a child task, it remains collapsed

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!

Hello,
It seems that when adding a task using the addTask method, Gantt doesn’t take the open property into account. For now, you will need to use the gantt.open method. I have reported this issue to the development team for further investigation.

1 Like