I think I fixed it.. works.

if ( !data )
{ return ''; }
else
{ return '<img src="/images/'+row[1]+'/'+data+'">'; }
},