Change the table structure based on the input
Change the table structure based on the input
drakula1234
Posts: 58Questions: 1Answers: 0
I have a dropdown which has to select the table based on the dropdown value.
Say I have two tables, table1 and table2. When the page loads initially it will load table1, after I select a dropdown, it should select table2. I mean it must completely render table2. I would really appreciate help on to recreate the table based on the value. I am little confused with that
[code]
Asset Name
Serial Number
Model
Make
ABC
CDE
EFG
Asset Name
Serial Number
Model
Make
EFG
ABC
DEF
[/code]
Say I have two tables, table1 and table2. When the page loads initially it will load table1, after I select a dropdown, it should select table2. I mean it must completely render table2. I would really appreciate help on to recreate the table based on the value. I am little confused with that
[code]
Asset Name
Serial Number
Model
Make
ABC
CDE
EFG
Asset Name
Serial Number
Model
Make
EFG
ABC
DEF
[/code]
This discussion has been closed.
Replies
Allan