How to change the number of columns in a table dynamically but still keep the table layout intact?
Posted
by gurupriyan.e
on Stack Overflow
See other posts from Stack Overflow
or by gurupriyan.e
Published on 2010-05-07T06:59:21Z
Indexed on
2010/05/07
8:28 UTC
Read the original article
Hit count: 263
html
|JavaScript
I have a 'n' column table , the first column is a drop down box , on selecting the options from the drop down, the other columns change. For eg: first drop down might need to display a text box and a button , the second drop down 3 text boxes and a button and so on. There is only one row in the table. What is the best solution to achieve this.
with Sincere thanks,
© Stack Overflow or respective owner