I use the following library: https://github.com/SortableJS/Sortable
I have 2 lists where I can dragg one element to the other list. But When i dragg the item its a clone of the icon.
What I am trying to do is while you move the item between the list. Instead of the Icon I want a customize element to be shown as “Ghost elememt”.
Within sortableJS you something called “ghostClass” which works but it only adds the custom class.
But now I want also to customize the ghost Element.
Is there a way to accomplish this?