This is going to be hard for me to explain but I will do my best.
I have a web page which will populate its data from a called program. It will produce a dynamic set of table rows based on the array of data retrieved.
Example:
Field 1 Field 2 Field 3 Field 4 Button
ABC 123 01/01/17 Yes Edit
DEF 456 01/01/17 Yes Edit
GHI 789 01/01/17 Yes Edit
What I would like to happen is that if I click on the Edit button on the right it will take the data in my fields to the left and add it to a group of fields at the bottom of the page.
I don't even know where to begin looking and all of my internet searches have come up blank. Any guidance would be greatly appreciated.
I have a web page which will populate its data from a called program. It will produce a dynamic set of table rows based on the array of data retrieved.
Example:
Field 1 Field 2 Field 3 Field 4 Button
ABC 123 01/01/17 Yes Edit
DEF 456 01/01/17 Yes Edit
GHI 789 01/01/17 Yes Edit
What I would like to happen is that if I click on the Edit button on the right it will take the data in my fields to the left and add it to a group of fields at the bottom of the page.
I don't even know where to begin looking and all of my internet searches have come up blank. Any guidance would be greatly appreciated.