jQuery UL sortable list, CSS how to align column style data
Posted
by Brett
on Stack Overflow
See other posts from Stack Overflow
or by Brett
Published on 2010-06-01T02:36:26Z
Indexed on
2010/06/01
2:43 UTC
Read the original article
Hit count: 263
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?
© Stack Overflow or respective owner