I have a table where one of the <td> columns is draggable.
I have a list which is sortable.
I want to be able to drag items from the table and add them to the sortable list. I can do this, however the <td> gets added to the list as a <td> which isn't ideal.
Is there way to convert the td to an li so that it works within the list correctly?
Hope that makes some sense!