Is there a way to drag and drop the items in a multi-value dropdown so that can be sorted in any order? I want to be able to easily move them around so I can change/re-order the columns in my DataTable without having to remove them from the dropdown and re-populate in my desired order.
I was able to add drag/drop capability to elements that have ID names or class names based on this post here (Drag and drop cards), but the values in the dropdown don’t have an ID or class associated with it.