I am creating a dynamic table with Jquery, I have dynamic number of rows and columns of the table. I want to print some text in the FIRST column of all the rows but some other control in rest of the columns. How should I find if its the first column if the row?
EDIT
Actually I am trying to write my text at the same time I am creating the table. I guess I should first create my table with blank rows and columns and then put in the text?