Click and drag to sort rows?

Click and drag to sort rows?

AquaJewAquaJew 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?

Answers

This discussion has been closed.