Our state of the art Gantt chart


Post by lfrontoura »

I am using the code from the Tooltip example to split my Tasks in your advanced gantt example (just reduced the json to make it easier to check) and after I click on the scissor icon, it keeps sending the split part to their own newly created row.

I just added this to ganttConfig.js:

taskTooltip : {
            tools : [
                {
                    cls     : 'b-fa b-fa-cut',
                    handler : function() {
                        this.eventRecord.split();
                        this.hide();
                    }
                }
            ]
        },

the result pic is attached. I thought that, by splitting the task "Setup web server" it would just keep it in the same row. cheers.

Attachments
Screenshot 2020-09-24 at 15.40.37.png
Screenshot 2020-09-24 at 15.40.37.png (271.23 KiB) Viewed 508 times

Post by mats »

Splitting tasks in the Gantt as you want it is not yet supported I’m afraid.


Post Reply