I want to create dynamic table that can be set to editable and not, I'm using <input>
tags because I'm submitting the data via form to php.
Here is a screen shot of the table.
So what I want to happen is if I click the row's edit field button the <input>
tags on that row would be set to editable.
I set <input type="text" readonly>
.