Our state of the art Gantt chart


Post by amitcodeadda »

Hi,
How to show newly added task above the milestone on gantt chart ReactJs?


Post by mats »

Can you please share some more information, and a screenshot explaining your need?


Post by amitcodeadda »

newTask.png
newTask.png (148.28 KiB) Viewed 197 times

Like in first photo I have added new task with name "New Task", this task is showing below the milestone name as per its default sorting

Now what I want when I will add new task it should be show above the milestone name as I shown in the below attachment

task.png
task.png (141.26 KiB) Viewed 197 times

Post by alex.l »

Please see docs here https://bryntum.com/docs/gantt/api/Gantt/view/GanttBase#function-addTaskAbove

Adds a new task above the passed reference task

All the best,
Alex


Post Reply