frappe-gantt-react
frappe-gantt-react copied to clipboard
dragged task event
on drag task i'm getting all dependent along with dragged task, how to differentiate that which task i have dragged and which are the dependent which are dragged along with the main task.
Hey @RahulShahUI
Actually the events are just mapped to the original Frappé Gantt library. It doesn't have a dragged event.
thank you @mohammed-io for the reply.
Is there any other way to identify the dragged task.
Maybe it has no dependencies?
https://codesandbox.io/s/epic-greider-vvrv1
please check above Codesandbox, i am getting all dependent tasks in console when i drag "task1", how can i know that which is the main task which i have dragged and which are the dependent which dragged due to main task.
can i disable dragging the event from the timeline?
@RahulShahUI It has only a click event, not a dragging event, it's mapped from the original library.
thank you @mohammed-io i just wanted to know if we can prevent dragging for some records, but i think this feature is not available.