Hi
I’m building a Drag and drop layout like this one
Drag components
Only difference is that I need to drag and drop whole table components instead of images.
The drag and drop action on wrapped tables does work but not as well as other components. It is very difficult to drop a wrapped component on top of a wrapped table. You have to release the drag exactly at a very precise spot at the edge of the table to do it which is a little disturbing.
I suppose this is because the table tries to add the incoming object inside it instead of acting as a drop target.
Is there a way I can improve this?
Regards
Nabeel