Is it possible to render the columns within different components and be able to drag items from B -> A and A -> B
There will always be 1 column in Component A and 1+ in B. I'm not sure how I can go about doing this? Do I need two DragDropContext to one in A and B? Can someone give me some guidance on how I can achieve this?
Here is a working example:
Currently, this could be Component B however if I try to implement component A how can I move items between the two.