In Function function _fnRowAttributes( row ) Append the instruction to fix the gap:
if ( data.DT_RowAttr ) $.each( data.DT_RowAttr, function( key, value ) {
$(tr).attr( key, value );
});
In Function function _fnRowAttributes( row ) Append the instruction to fix the gap:
if ( data.DT_RowAttr ) $.each( data.DT_RowAttr, function( key, value ) {
$(tr).attr( key, value );
});