Hello,
I am working on a drag and drop interaction and I want to achieve the following:
- When dropped on a row the dropped item needs to be added to the row in question
- When dropped in the empty area the item needs to create a new row and add itself to it.
Now i have the drop on row functioning correctly if i drop it on the row i get the parameter of the target and source which i can use in my code.
But when a row is present in the target table and i drop outside of a row i still get the target parameter which makes it impossible to detect in my code if im dropping on empty or dropping on row.




Is it possible to achieve the desired behaviour? (to detect if a row is dropped on a row or on empty space?)
Kind regards
Anne Vries
