Hi,
I want to modify the baseline by dragging.
Is there a settings?
Hi,
I want to modify the baseline by dragging.
Is there a settings?
Hello,
The baselines are displayed by using the additional layer feature:
https://docs.dhtmlx.com/gantt/api__gantt_addtasklayer.html
There, you can return any HTML elements.
Gantt doesn’t add any functionality into those elements so that you can define any custom logic. As a result, you need to implement a custom solution to drag the baselines.
Here is an example of how the baseline drag might be implemented by using Gantt API and Javascript:
http://snippet.dhtmlx.com/14363f1a4
It is not an ideal solution, and I didn’t test it in all possible scenarios.