AntoRin
AntoRin
> @AntoRin, > The `Start1` and `Finish1` properties are not supported: > https://docs.dhtmlx.com/gantt/desktop__tags.html#tasksproperties > The dev team will try to add it in the future, but I cannot promise that....
I've found out that using the gantt.init method on an already initialized gantt instance makes the inline editors unusable. Any workarounds for this?
Hi, @gearcoded, thanks for the reply. This solution works. Although I was already detaching inline editor events when the component destorys, I wasn't attaching them back during the onGanttReady event....
> > @AntoRin, It is a bug in Gantt that the inline editor events stop working after using the `init` and `resetLayout` methods. The dev team will fix the bug...
@gearcoded, appreciate that. Thank you.