How to Enable Row-Level Drag-and-Drop Between dataview tables

0
I have two data views in my Mendix project: A Data Grid 2 widget inside a data view to display imported data from an Excel sheet. Another data view containing an accordion to display data from a different entity. The goal is to allow users to drag individual rows from the Data Grid 2 widget and drop them into the accordion. The dropped data should then link to the corresponding row in the accordion's table. Currently, I’ve tried using the drag-and-drop widget with Data Grid 2, but this approach results in the entire table being dropped instead of individual rows, which doesn’t work for my use case. Can anyone suggest how to implement this functionality using drag-and-drop? Alternatively, if drag-and-drop isn’t feasible, what alternative solutions would you recommend?
asked
0 answers