I need to create one HTML table using JSON data. need to add one button on each row .. (add row).
add_row button functionality
need to copy the content of the above row and create a new row below that row.
also, the button can add multiple rows at a time
I think this is a little challenging task; please help me.