Premium support for our pure JavaScript UI components


Post by mlaukkanen »

Hello,

Quick question, does Bryntum Gantt support the MS Project feature to Schedule the project from the finish date rather than the start date? I couldn't find anything looking through the examples or documentation. If not is that something you've considered?

Thanks,


Post by arcady »

Yes it's supported. There is a field on the project that defines the mode: https://www.bryntum.com/docs/gantt/api/Gantt/model/ProjectModel#field-direction

It's either Forward (default) or Backward.

You can try that on any demo. On this one for example: https://bryntum.com/examples/gantt/advanced/
Just run this code in the browser console:

bryntum.query('gantt').project.direction = 'Backward'

Post by mlaukkanen »

Thanks for the quick response!

That's good to see, I obviously wasn't searching the documentation hard enough.

BR,


Post Reply