How can I have a column in a tabular environment so that the first column is automatically produced? Something like this:
\begin{table}
\begin{tabular}{lc}
Step & Comments \\
1st & a \\
2nd & b \\
3rd & c \\
4th & d
\end{tabular}
\caption{}\label{}
\end{table}
Here I am envisaging that the first column is auto-generated and all I have to do is place an \item or some other iterator there. The first row is the column header. Any help getting started would be great!
