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,
you can give the table fixed width and if you add a new column you can give this one also a fixed width or height.
Somehting like this:
And the Javascript