I am getting the value of checkbox by doing this
$('input:checked', oTable.fnGetNodes()).each(function(i){
console.log(this);
});
it gives me
<input type="checkbox" class="datatableCheckbox">
but how do I get the other values in the other columns of data table in same row??
thanks
Assuming you are dealing with a HTML table, then you can simply get the closest
trand find the respectivetd‘s