I have a table that grows depending on the end-user input. I would like the first column to show the enumeration for the table. For example, the first row after the header will be 1, the second row will be 2, etc. I need a script that will add the correct number for each row that is created. I jus...