views:

5

answers:

0

Hi, I'm looking for a jQuery plugin but I'm not sure which I should use to get the desired effect.

Essentially I'm looking to copy the TabularInline style data entry table from Django, but also allow the user to drag-and-drop re-order the position of the inlines.

I'd also need the ability to add a new row.

Which would be the best plugin or html tag to use to achieve this?

I was thinking of using a simple html <table> and jquery in the checkboxes and new rows, but I'm not sure how to do the drag-and-drop. I think divs may be better because I'd like animation.

Thanks,