zunnzunn / vue-ganttastic

Simple, interactive and highly customizable Gantt chart component for Vue 3
https://zunnzunn.github.io/vue-ganttastic/
565 stars 141 forks source link

Disable Dragged Feature #76

Closed ELFANDI15 closed 1 year ago

ELFANDI15 commented 1 year ago

Hi, is there a way to disable the dragged rows?

vitjaz commented 1 year ago

@ELFANDI15 say pls how did you solve your problem?

Adesin-fr commented 12 months ago

Maybe too late, but... in the @drag event, you can override the new position of the dragged bar. So, I think you'll just have to return the original bar position so it is not dragged !