Our state of the art Gantt chart


Post by sasha573 »

Hi guys!

How can we catch splitter position change in Gantt in order to save sub-grid width to user settings?


Post by tasnim »

Hi,

You could listen to https://bryntum.com/products/gantt/docs/api/Scheduler/view/TimelineBase#event-timelineViewportResize event

gantt.on('timelineviewportresize', (event) => console.log(event))

Post by sasha573 »

Perfect, thanks!


Post Reply