'ancells' undefined error in fixedColumns js file

'ancells' undefined error in fixedColumns js file

Jagadhish_SalesforceJagadhish_Salesforce Posts: 1Questions: 1Answers: 0

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

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    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

This discussion has been closed.