I asked this same question about a week ago, but I might not have been clear with what I wanted.
I already have a table created that is sorted/filtered by several different select boxes.
I need the first column in my table to increment, for example:
1 |
2 |
3 |
etc.
I know that this is a simple problem that has an easy explanation, but I have not been able to figure it out. I would like it to function something like the teams in this website: http://espn.go.com/college-football/rankings
Any help is greatly appreciated
Thanks,
Jack
If you just want number in a table that always run consecutively (1,2,3), then just do:
Or, even shorter (as suggested in the comments by “@mu is too short”)