Re: Tapestry-Jquery Datatable Configuration

2013-02-05 Thread Emmanuel DEMEY
nRowCallback(){ > var fnRowCallback = function( nRow, aData, iDisplayIndex, > iDisplayIndexFull ) { > if (aData["rush"] == "Rush" ) { > nRow.className = nRow.className + " gradeX"; > } >

Re: Tapestry-Jquery Datatable Configuration

2013-02-05 Thread George Christman
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

Tapestry-Jquery Datatable Configuration

2013-02-04 Thread George Christman
nRow.className = nRow.className + " gradeX"; } } }) oTable.fnDestroy(); $("#"+specs.id).dataTable(newoptions); } return { rowColor : r