I have a large table (40 columns, > 100 rows), and I need people to be able to drag the values from one cell and place (append) them in another.
Here is what I have so far.
...
<td id='td-01-01' dojoType='dojo.dnd.Source'><div class='dojoDndItem'>foo</div></td>
...
</table>
Each td is a dnd source, and contains 1 or more divs which are dnd items.
