Our state of the art Gantt chart


Post by rayudu.pasumarthy »

Hi,

Is there a function available to dynamically enable/disable the header for the resource utilization widget using a toggle rather than only by the 'hideHeaders' creation config. Users would like to be able to try both options to decide which config to settle on.

Thanks,
Rayudu


Post by alex.l »

Hi Rayudu,

It is not supported to change it at runtime. I've opened a feature request for that https://github.com/bryntum/support/issues/4679

All the best,
Alex


Post by mats »

You can do this easily like this:

gantt.eachSubGrid(g => g.header.hide())
gantt.eachSubGrid(g => g.header.show())

Post Reply