Open
Description
It would be great if there was a table column option, or perhaps some sort of sync option to sort multiple lists at the same time.
I made up a workaround, and maybe someone more savvy than me could find a way to incorporate similar functionality as an option?
My rough example here on JSFiddle
I also have a question about onChange: shouldn't the evt.oldIndex be updated? Because it seems to stay at the original index. Or if this is by design, perhaps an evt.prevIndex should be added?
In the example above I ended up adding a class to identify the elements because evt.oldIndex stays the same until the drag has ended.