function _fnGetColumnValues is not working correctly when mData is used for
columns.
Here is fix
instead of:
var sValue = aData[iColumn];
you must use:
var sValue = oSettings.aoColumns[ iColumn ].fnGetData(aData);
Original issue reported on code.google.com by plandem on 29 Nov 2013 at 4:02
Original issue reported on code.google.com by
plandem
on 29 Nov 2013 at 4:02