Uncaught TypeError: Cannot read property 'infoThousands' of undefined

Uncaught TypeError: Cannot read property 'infoThousands' of undefined

saurabh20saurabh20 Posts: 2Questions: 1Answers: 0

im working with jquery datatable.... it works fine but when data rows goes above 1000 it shows error in console window
Uncaught TypeError: Cannot read property 'infoThousands' of undefined jquery.dataTables.js:2
b'cause of that fnDrawCallback is not get called .... please help

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.

    Information on how to create a test page, if you can't provide a link to your own page can be found here.

    Thanks,
    Allan

  • saurabh20saurabh20 Posts: 2Questions: 1Answers: 0
    edited May 2016

    Thanks allan for your suggestion
    as you said, I have created test page
    http://graficali.com/lmg/infoThousands/infoThousands.aspx

    please help...
    thanks in advance...

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    You are using a dev version of 1.10.0! Could you update to 1.10.11, which is the current release at the time of writing please. That should address the issue.

    Allan

This discussion has been closed.