When I use editor event callback function, if i want to get the current column and row index that is current edited, how can i get that? thanks.Below is the code.
detailEditor.on('setData', function(e, json,data, action){
//here how can i get the current column and row index that is current edited
return ;
});