I want to create a table which will have 5 rows and between 1 and 256 columns. On the interface I'm making I'd like the user to be able to choose the number of columns.
I'd like the user to be able to enter any string value in the first four rows and the fifth row to be reserved for a checkbox.
Finally, I'd like to be able to read all the information from this table.
My question is first, how to set up the table and second how to read information from it. Please help me out if you are familiar with tables. Simple examples would also be appreciated. Thanks in advance.
I'd like the user to be able to enter any string value in the first four rows and the fifth row to be reserved for a checkbox.
Finally, I'd like to be able to read all the information from this table.
My question is first, how to set up the table and second how to read information from it. Please help me out if you are familiar with tables. Simple examples would also be appreciated. Thanks in advance.