Hey,
I am trying to implement the auto-scheduling function and it seems like it is not working, I made a snippet of my code in codesendbox, here it is:
What am I doing wrong?
Thank you.
Hey,
I am trying to implement the auto-scheduling function and it seems like it is not working, I made a snippet of my code in codesendbox, here it is:
What am I doing wrong?
Thank you.
Hello Adir,
That feature is only available in the Pro version:
https://docs.dhtmlx.com/gantt/desktop__auto_scheduling.html
We don’t have an NPM package with the Pro version. But you can install Gantt as an NPM package the following way:
npm install /opt/gantt_pro
You can read more about installation methods in the following article:
https://docs.dhtmlx.com/gantt/desktop__install_with_bower.html#addingproeditionintoproject
Hey Ramil,
Thank you for your answer.