Our state of the art Gantt chart


Post by awakeb1 »

Hi Support Team,

I have a wizard as picture:

wizard.PNG
wizard.PNG (96.89 KiB) Viewed 381 times

When I click Next button I want to trigger sync any change on bryntum gantt.

With my case, please help me how to do it?

Thanks


Post by mats »

Simply call https://bryntum.com/docs/gantt/#Gantt/model/ProjectModel#function-sync on the Project

await gantt.project.sync()

Post by awakeb1 »

I already tried gantt.project.sync() with no await. I will try and let you know later


Post by awakeb1 »

Thanks. It worked


Post Reply