Discuss anything related to web development but no technical support questions


Post by cake4k »

Hey,

is there a guide / documentation available for how the Gantt is getting calculated and how it works in detail?
- For example: how is the project duration calculated?
- Which fields / columns exist?
- On which values do the fields & columns rely on?
=> Explanation of the complete terminologie

We want to add some custom logic on the server and need to understand everything

Thanks!

Post by mats »

This guide should give some insight:

https://www.bryntum.com/docs/gantt-for- ... scheduling

- Which fields / columns exist?
Look at our docs, task fields here: https://www.bryntum.com/docs/gantt-for- ... model.Task

Columns can be found under the column namespace in the docs tree.

Post Reply