I am using DataTables for a dynamically generated table (via ajax calls). The table by itself works fine but gives null exceptions with row details (works fine first time though), which point to the jquery.datatables.js code line 5388, after the first call:
“s is null on line:
for ( i=s._iDisplayStart, iLen=s._iDisplayEnd ; i<iLen ; i++ )"
Working after I moved the row details click event methods to document.ready()