Skip to content
Advertisement

Tag: gantt-chart

Dragging tasks within the end date of source task DHTMLX Gantt

i customize a DHTMLX gantt with my db. For Data i only choose id, text, start_date, duration and end_date. For links i choose id, souce, target and type, all types are 0. I’ve done dragging task together with their dependent task, moving task manualy. Moving Descendants synchronously with the main task( link: https://docs.dhtmlx.com/gantt/desktop__dragging_dependent_tasks.html#movingtasksmanually ) I’ve add to my gantt.aspx this

Gantt editable chart for ReactJs

I’m looking for an editable Gantt chart component that can be used in ReactJS. The need is to plot a resource Gantt chart where the user can change tasks on the time axis and also between the resources. Preferably open source. Answer This one is really good too https://github.com/guiqui/react-timeline-gantt Can load thousands of records, has infinite scroll and task dependencies.

Advertisement