Task exceed end time,

Hey,

I want to show a custom markdown on the task if the task didn’t finish on time (on the end time - 100%).

On top of that, I want also that the end time of the task will expand programmatically.

How can I achieve that?

Thanks.

Hello Adir,

I want to show a custom markdown on the task if the task didn’t finish on time (on the end time - 100%).

You can show additional HTML elements in the timeline with the help of the addTaskLayer feature:
https://docs.dhtmlx.com/gantt/api__gantt_addtasklayer.html
Here is an example of how it works:
https://docs.dhtmlx.com/gantt/samples/04_customization/14_deadline.html


On top of that, I want also that the end time of the task will expand programmatically.

Probably, it is possible to do that. But I see too many possible ways of how it can work so I cannot suggest what you mean.
You can clarify how you imagine how it should work.