Jquery Table Inline Edititing
https://jsfiddle.net/anjana6/yc1o97kL/5/embedded/result/ The Above link demonstrates inline editing of jquery. The idea used to implement is as follows: Table consists of two identical rows first one is Parent row which is non editable Second one is Editable child row. By Default the Parent row is visible and on click on edit the parent row is hidden and child row is displayed. Save data displays all the modified row records and it stores it in a hidden string.