It’s there a way to move the tasks down or up?
Maybe i haven’t seen it on the documentation?
if so could you tell me where i can see it
first of all, Thanks
It’s there a way to move the tasks down or up?
Maybe i haven’t seen it on the documentation?
if so could you tell me where i can see it
first of all, Thanks
Hi @Luis_Lopez
There is gantt.config.order_branch
property that you can use to activate the feature vertically reordering tasks. Just set the value to true
for the property:
gantt.config.order_branch = true;
Branch reordering sample.
Regards