nRowCallback(){
> var fnRowCallback = function( nRow, aData, iDisplayIndex,
> iDisplayIndexFull ) {
> if (aData["rush"] == "Rush" ) {
> nRow.className = nRow.className + " gradeX";
> }
>
nRow.className = nRow.className + " gradeX";
}
};
return fnRowCallback;
}
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-Jquery-Datatable-Configuration-tp5719753p5719776.html
Sent from the Tapestry - User mailing list archive at N
nRow.className = nRow.className + " gradeX";
}
}
})
oTable.fnDestroy();
$("#"+specs.id).dataTable(newoptions);
}
return {
rowColor : r