For some reason the placeholder for my sortable items is about 10px. All my sortable items have different heights. How can I change the height of each placeholder to match the item being moved?
feedback
|
|
I usually solve this by binding a callback that sets the height of the placeholder to the height of the item being sorted to the
| |||
|
feedback
|
|
Have you tried setting the | |||||||||||
feedback
|
|
You can set a style for your placeholder as an option for your sortable.
And just give that style a height. Hope that works. | ||||
feedback
|
|
Are your elements | |||
|
feedback
|