Hi.
So I have this table with a few rows.
Every row has a column with a button.
Clicking that button I clone the current row. By cloning I mean, I add a new row and set its values based on the row containing the button (is there an easier/smarter way to do this?).
So, now I have two rows with the same content.
The part that I not being able to figure is how to change values from the (original) row I’m clicking in.
I’m trying to achieve this with a single button.
Is it possible?
Can you guys help?
Thanks