I have two tables one with an add button and one without an add button. How can I take the data I enter into the row with the add button and get it to appear in the other table? For example if I fill in 1,2,3 etc. and click add the table will be updated to row 1 having 5,4,6. row 2 having 1,2,3. and then if I add a third row it would go underneath row 2.
Here is an example of what I have so far:
I just am not sure how to get the data from the input fields into the table above when the add button is clicked.