recently I am using table to do some statistics, and I want the first column of the table to indicate the row number, as this.
| | title|
|--| -----|
| 1| A |
| 2| B |
and I want the number of first column grow automatically after creating a new row.
Are there good suggestions about it?