Get cell id on editable

Get cell id on editable

FD222FD222 Posts: 4Questions: 1Answers: 0

I am using editable and unable to get id of row on which edit is performed. How can i get token value which is the value of my first column of the edited row.

$('#example-editable1 td a').editable({
url: 'update_commission_inline.php',
type: 'select', source: function() {return source;},

       token: $(_self).val(),
       field: 'status'
});
This discussion has been closed.