jsgantt-improved icon indicating copy to clipboard operation
jsgantt-improved copied to clipboard

Drag and Drop Dependencies

Open mariohmol opened this issue 6 years ago • 4 comments

Use the dot at the end of the arrow (that connects two tasks) as a draggable and the task as drop areas.

mariohmol avatar Nov 27 '18 17:11 mariohmol

Just to clarify... jsGantImproved doesnt do this yet? are we able to adjust the start and end with any type of click and drag?

mafster avatar Jan 01 '20 11:01 mafster

it doesnt.. it can be accomplish like:

  1. make the point of the arrow dragglable
  2. make tasks dropable
  3. when drop, change the data dependency to the new task number
  4. re render

its not that hard

mariohmol avatar Jan 02 '20 00:01 mariohmol

@mariohmol Does jsgantt-improved support drag-drop task bar in angular

DilipSharma09 avatar Mar 31 '20 05:03 DilipSharma09

no... we need to implement... there is some PR that tried to achieve that but we need to work on it

if u can help =)

mariohmol avatar May 03 '20 20:05 mariohmol