I have a table with a check option column for each register. What I want to do is when one of the checks is available and press button "modify" It will appear the detail of the selected register in a new div.
Show and hide detail when button is pressed no problem. Fill the detail with the selected row is the problem.
how would you do it?
thanks all.