We encountered in an exception throw, in
fnGrid.getRowData = function(obj) {
...
else {
return rowData[indx];
}
}
the return rowData in 'else' should be "data ? data[indx] : null;" instead, as you can't guarantee rowData always has item.
The bug happens in both 2.0.4 and 2.1.0.