Click and drag to sort rows?
Click and drag to sort rows?
![AquaJew](https://secure.gravatar.com/avatar/976bce318e588c92323e7bcb6d72f3ec/?default=https%3A%2F%2Fvanillicon.com%2F976bce318e588c92323e7bcb6d72f3ec_200.png&rating=g&size=120)
Let's say I have two rows in a table:
| Order | Name |
--------------------
| 1 | Bob Dole |
| 2 | Joe John |
What I'm looking for is a way to click on the 2nd row, and drag it over the first row, which would then update both values in the Order column to now look like this:
| Order | Name |
--------------------
| 1 | Joe John |
| 2 | Bob Dole |
If this isn't possible, I suppose just editing the field would work, if that was possible as well?
This discussion has been closed.
Answers
The RowReorder extension will do that.
Kevin