Move data from one of a draggable component list to a droppable component

Move data from one of a draggable component list to a droppable component

I have successfully implemented drag-n-drop from a component to another one/table. Now, I need to implement drag-n-drop from a list of component to a table component. To do so, I need to extract data from a draggable component and insert them into the table. So far, the drag-n-drop works, but I have a trouble to move the data over. This case is close to the shopping cart sample in the UI package, but more complex in data transaction.

Can someone tell me where I can learn on data extraction and data embedding in the regards?

Thanks for your inputs in advance.