Using DataTables I want to change the value of the data before rendering the table. I used this:
\"fnRowCallback\": function( nRow, aData, iDisplayIndex ) {
You should probably paste some more of your code, especially the sorting area.
It seems you're mixing up val() and html():
This will get you the input or cell value as in the value tag "value=?"
$("#currentRow").val()
This will get you the actual html (data) between the tag "
$("#currentRow").html()