w1301625107 / Vue-Gantt-chart

使用Vue做数据控制的Gantt图表
https://w1301625107.github.io/Vue-Gantt-chart/demo/index.html
MIT License
635 stars 138 forks source link

上下拖动效果 #6

Closed wp0spark closed 5 years ago

wp0spark commented 5 years ago

请问博主,能否添加上下拖动效果呢?

w1301625107 commented 5 years ago

拖动效果你可以尝试用vue-dragable(好像是这个)去包裹你的自定义组件,但是可能需要自己实现拖动后的数据同步一致的问题

wp0spark commented 5 years ago

vue-dragable只能在数据列表上拖动,甘特图之间的块有空隙,实现不了拖拽到空隙上,请问怎么解决?

w1301625107 commented 5 years ago

你可以参考一下这个https://github.com/w1301625107/Vue-Gantt-chart/issues/4