TypeError: m is undefined

TypeError: m is undefined

tangerinetangerine Posts: 3,365Questions: 39Answers: 395
edited September 2013 in General
I'm getting this error (using http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js).

Firebug points to this line:

...a.oInstance,m,v(a,g,c,"display"),f._aData,g,c)}}if(0!==a.aoRowCreatedCallback.le...

What is m, and what might cause it to be undefined.

I can't provide a link as this is only showing up with a sensitive dataset. To the best of my knowledge and double-checking, I'm building my json and js using the same procedures which have worked fine until now (and the same DT version).

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    Hold off on this, I'm making some progress. Could be "peculiar" data.

    I'll be back....
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    If you use the non-min version it might be a litter more clear where the error is: http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.js

    Allan
  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    Thanks! (Why didn't I think of that?!)

    Anyway, it's definitely my data. A rogue offset in a complicated array. Odd, because the processes involved are all working as expected except for this particular instance. Theoretically it's impossible to get a differently-written result. Sigh....
This discussion has been closed.