Our state of the art Gantt chart


Post by Jeba »

Hi Dev Team,
How to expand and collapse each node one by one. We don't want to expand all and collapse all


Post by mats »


Post by Jeba »

Hi Dev Team,
We want to expand particular nodes based on field values
For example - if there is a field namely "HoldStatus" then those nodes with "holdStatus : yes"
should expand on click of button
How to expand multiple nodes based on record?


Post by alex.l »

Hi Jeba,

You have to take care of it manually. Find a record(s) you need to expand and call https://bryntum.com/docs/gantt/#Gantt/data/TaskStore#function-toggleCollapse

https://bryntum.com/docs/gantt/#Gantt/data/TaskStore#function-query

All the best,
Alex

All the best,
Alex


Post Reply