I bought the Gantt and intialized it on my page but I can’t seem to add new tasks by clicking the + button as shown on online demos. Is the javascript not included in the package? I can’t find examples in the documentation either. Are there any examples of javascript for creating tasks interactively in gantt?
Hello,
check this example
docs.dhtmlx.com/gantt/samples/01 … _json.html
there is the same sample in the gantt package (gantt.zip/samples/01_initialization/04_connector_json.html)
The ‘+’ button can be added via gantt configuration as described here, simply add a column named ‘add’ to the configuration
docs.dhtmlx.com/gantt/desktop__s … lumns.html