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

Anyway to disable the drag and drop function? #89

Open NaturalDevCR opened 1 year ago

NaturalDevCR commented 1 year ago

First than all, thanks for your component!, I was wondering if there's a way to disable the drag and drop function... hopefully this could be done for specific rows also, or globally.

HorstBrack commented 10 months ago

On row level this can be done with the "immobile" flag: ganttBarConfig: { id: THEID, hasHandles: false, immobile: true, ...... }