'ancells' undefined error in fixedColumns js file
'ancells' undefined error in fixedColumns js file

Hi,
We are using the following js file in our code but now we are getting 'ancells' undefined error.
https://cdn.datatables.net/fixedcolumns/3.2.2/js/dataTables.fixedColumns.js
Is this undefined error fixed in the following releases??
this is where we are getting the undefined error.
/* Add in the tbody elements, cloning form the master table */
$('>tbody>tr', that.dom.body).each( function (z) {
var i = that.s.dt.oFeatures.bServerSide===false ?
that.s.dt.aiDisplay[ that.s.dt._iDisplayStart+z ] : z;
var aTds = that.s.dt.aoData[ i ].anCells || $(this).children('td, th');
Please help us to resolve this error.
Thank you!!
Jagadhish.
Answers
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin