"aoColumnDefs": [
{
"mRender": function ( data, type, row ) {
return parseFloat(data).toFixed(2);
},
"aTargets": [ 6 ]
}
Just verify the column index - from the attached PDF it looks like column 7 (hence index 6).