Dragging item onto Table?

Tags: #<Tag:0x00007f0b0b6bf338>

Is there any way that I can have a div external of the table that I an drag over and set the cell contents of the cell dragged onto?

I could easily change the data directly, but I am not sure how to get the position of the mouse in relation to the table to find which cell to drop onto.

Thanks

We do not have functionality that handles this kind of operations. So if you would like to do something like this http://jsfiddle.net/handsoncode/rxw85mwa/ you should probably read the TD content from the DOM tree.