TableDnD icon indicating copy to clipboard operation
TableDnD copied to clipboard

Span tags within table cells

Open CharleysTante opened this issue 3 years ago • 0 comments

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>
...

CharleysTante avatar Dec 15 '21 17:12 CharleysTante