TableDnD
TableDnD copied to clipboard
Span tags within table cells
If there are span tags in table cells it's not possible to use drag 'n' drop is not working in this area. How can this be changed? How to change it so that table rows can also be dragged with the mouse in the areas with span tags? For example:
<tr>
<td><span>some text</span></td>
</tr>
...