I am wondering if any of you guys can help me with the issue I am having. Basically, I have a table which has a button to add dynamic rows with a index from 0- to the last row number.
I have added a JS fiddle here: jsfiddle.net/mfbcvprc/4
What I am looking for, is when a new table row is added to the dynamic table, the dropdown menu which is present in the first row of the table, gets copied so it can be used in the next new row which has been added.
Would someone kindly be able to show me an example of how this would be done? At this stage I have exhausted my knowledge of Javascript and HTML, so seek a bit of guidance!