I'm just watching this to try and make sense of drag and drop for reordering but I'm just wondering how feasible this is using a component.
In my case, the component is repeating, so I'm thinking I need to trigger an event within the component for that and then do something outside the component but not sure if that's possible or just more complicated.
Drag start would be fine but then drag over would need to be done outside the component because the repeated item is not available within the component for the drop index. Does that make sense?