I am looking for a way to display table column dynamically.
This is what I want.
I have an <OPTION> list of things I want do display in a table.
<OPTION>
Item 1
Item 2
Item 3
...so on
</OPTION>
If I slect on Item1, the table will add a COLUMN show the value of Item1,
Select Item2, the table will add Item2 Column in front of Item1 Column....so on.
If I deselect Item1, the table will take off the COLUMN for Item1.
Basically, the table will grow dynamically.
If you have any souce codes, I would appreciate.
thank you.
This is what I want.
I have an <OPTION> list of things I want do display in a table.
<OPTION>
Item 1
Item 2
Item 3
...so on
</OPTION>
If I slect on Item1, the table will add a COLUMN show the value of Item1,
Select Item2, the table will add Item2 Column in front of Item1 Column....so on.
If I deselect Item1, the table will take off the COLUMN for Item1.
Basically, the table will grow dynamically.
If you have any souce codes, I would appreciate.
thank you.