"targets": [0,1,2,3,4],
"render": function (data, type, row, meta) {
if ( type == 'display' ) {
return data.escapeHtml();
if ( data != null ) {
} else {
return "";
}
return data;
-