Inline edit of table on row selection

Inline edit of table on row selection

venkatacharvenkatachar Posts: 2Questions: 0Answers: 0
edited February 2013 in General
Hi ,
I need to do an inline edit of my table on row selection.
In my table which has 4 columns only 4th column is editable.
So if the row is selected the 4th column cell should show as editable.

I tried the following sample code. However in this sample only on click of each cell the cell gets edited.
But i need my 4th cell to be edited on selection of row.
Any pointers or code snippet would help.

http://datatables.net/examples/api/editable.html
This discussion has been closed.