bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Unify drag drop with other Bryntum products #1328

Open matsbryntse opened 3 years ago

matsbryntse commented 3 years ago

We should have just 1 drag drop implementation, if Core implementation does not offer what Calendar needs - let's improve it or rewrite it to avoid maintaining two sets of code for one purpose.

ExtAnimal commented 3 years ago

We should definitely rewrite the EventDrag and RowReorder features to use the Draggable and Droppable mixins.