jQuery UL sortable list, CSS how to align column style data
- by Brett
Hi,
I'm using jQuery UI, sortable on an ul element. All good, except over time the data in my li elements has become table like, in the sense there are multiple columns of data.
They aren't aligning correctly because this seems to be hard to do in ul, and indeed not what ul's are designed for.
I have 2 choices the way I see
Work out some really cool css to make my ul / li format nicely
Work out how to convert this to a sortable table
With option 2., looking at a few plugins that exist (tablednd for example), they seem very old. I don't believe the jQuery UI
Anyone got any recommendations as far as a direction I should head?