Our blazing fast Grid component built with pure JavaScript


Post by tso »

Hello,

We would like to listen to a resize/update/change event when the splitter in a Gantt timeline is moved in order to realign some other timelines.

The documentation shows only a list of four events, none of seem to offer what we need. https://www.bryntum.com/docs/gantt/#Grid/feature/RegionResize

Any hints?
Thanks in advance,
Tobias

Post by mats »

Try listening on the subGrid resize:
grid.subGrids.normal.on('resize', console.log)

Post by tso »

That did indeed work, thanks!

Post Reply