in the following example if we choose a date beyond the end date shown in the timeline , it wont resize.
dhtmlx.com/docs/products/dhtmlx … tures.html
How to resize the timeline once the task has been edited and the date updated to a longer date?
in the following example if we choose a date beyond the end date shown in the timeline , it wont resize.
dhtmlx.com/docs/products/dhtmlx … tures.html
How to resize the timeline once the task has been edited and the date updated to a longer date?
Hello,
Please, check next samples:
how to set new start or end dates on dragging/resizing event:
docs.dhtmlx.com/gantt/snippet/0d5fb339
how to update dates after changing task duration in the lightbox
docs.dhtmlx.com/gantt/snippet/4043c840
hi thanks . It worked. I missed the gantt.render(); method.
Didn’t work for me, know why?
Hi,
I checked snippets from my previous reply and they work correctly.
Please clarify what causes difficulties.