Search found 255 matches

Hi! Here's some basic code that adds a checkbox for the rollup field in the task editor popup: import {Gantt, ProjectModel} from './gantt.module.js'; const project = new ProjectModel({ transport : { load : { url : 'data2.json' } } }); new Gantt({ adopt : document.body, project : project, columns : [...
We're looking forward to it, thanks! 8-)
Hi! I see the ExtJS version of the Gantt component has a split task feature. I'd like to use that in the JS component. There is a split() method on task but that just cuts the task and x% and add the remaining as a new root task. I feel this is not implemented in the JS component but then there is a...
Alright I'll follow this closely! Thanks a lot!
Hi! I thought it would be best to report the issue here instead of using the feedback feature of the demo website since it is not a visual problem. I'm using the latest version of Bryntum Gantt (2.1.0). I use the module bundle. Steps: - First, go to the basic example , expand the code editor and dis...