Is it possible to do something like this?
I have 4 rows (eg: 1, 2, 3, 4).
I want to change the order of those rows dynamically when a user clicks and drags on a static icon (eg: instead of row number, you'll see ui-icon-arrow-2-n-s).
Then send all four entries back via AJAX (I'm thinking that would be easier to code) in the updated order.