'sExtends' is null or not an object - IE8
'sExtends' is null or not an object - IE8
pluginfan
Posts: 6Questions: 0Answers: 0
Webpage error details
=====================================
Message: 'sExtends' is null or not an object
Line: 601
Char: 5
Code: 0
URI: /js/TableTools.js
=====================================
Message: 'sExtends' is null or not an object
Line: 601
Char: 5
Code: 0
URI: /js/TableTools.js
This discussion has been closed.
Replies
Thanks,
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.
Allan