'sExtends' is null or not an object - IE8

'sExtends' is null or not an object - IE8

pluginfanpluginfan Posts: 6Questions: 0Answers: 0
edited March 2011 in TableTools
Webpage error details
=====================================
Message: 'sExtends' is null or not an object
Line: 601
Char: 5
Code: 0
URI: /js/TableTools.js

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Could you give a link to your example please? Or at least the initialisation code.

    Thanks,
    Allan
  • pluginfanpluginfan Posts: 6Questions: 0Answers: 0
    Hi Allan,

    Thanks for the quick reply ..

    In my initialization code for print i was using mColumns to control the export.

    {
    "sExtends": "print",
    //"sButtonText": "Special columns",
    "mColumns": [1, 2, 3, 4,5]
    }

    I removed the print option in aButtons, and i am not receiving the error now.
  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Ah yes - I'm afraid that there is no mColumns option for the print output at the moment so that might well throw an error. That's something that will be included in a future version at some point :-)

    Allan
This discussion has been closed.