Change dataTables.js to Fix server side dt type DT_RowAttr
Change dataTables.js to Fix server side dt type DT_RowAttr
helbertfernandes
Posts: 1Questions: 0Answers: 0
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 );
});
This discussion has been closed.
Replies
What gap? Could you explain that a little more please?
Allan