tags:

views:

30

answers:

1

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

  1. Work out some really cool css to make my ul / li format nicely
  2. 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?

A: 

One good solution is learning and implementing jqGrid because

Check out the demo page and click New in version 3.6 > Column Reordering for an example of what you need.

mVChr
That's a table sorter yeah? not a custom drag n drop?
Brett