I need a simple (HTML/JavaScript) working example for the following objective. In a table with three columns and 5 rows the first column is a text box. The second column is a button/link called EDIT and third column is button/link called SAVE.
When I click on EDIT for say the 3rd row the textbox in 3rd row should become editable. I enter text, then click SAVE. It should revert to read-only. The premise is it should be editable row-wise.
Can you provide a working example? Or point me to a relevant resource?