JavaScript/jQuery Gantt - editing
Type:
The widget allows users to add, modify and delete tasks, resources and dependencies. Set the enabled option to true to enable edit functionality.
NOTE
jQuery
index.js
$(function() { $("#gantt").dxGantt({ editing: { //... } }); });
Feedback