Plugin or widget to change order of items in list?
I have a list that I would like the user to be able to reorder. Is there a plugin or widget to help with that?
The list will be stored in a database, with integer values to indicate each item's rank. The user should be able to move items up or down. Drag and drop would be a bonus, but not necessary. After the reordering is done, I will store the new rank in a database.
Any suggestions?