Click and drag to sort rows?
Click and drag to sort rows?
AquaJew
Posts: 3Questions: 2Answers: 0
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