fnDestroy(), sScrollx, and IE

fnDestroy(), sScrollx, and IE

willowstickswillowsticks Posts: 5Questions: 0Answers: 0
edited April 2011 in Bug reports
If I try to call fnDestroy() while using sScrollX as an option I receive an error in IE

[code]
oTable = $("#results-table").dataTable({
"bJQueryUI": true,
"bScrollCollapse": true,
"sPaginationType": "full_numbers",
"sScrollX": "100%",
"sScrollXInner": "110%",
"bScrollCollapse": true
});

//Just to test
oTable.fnDestroy();
[/code]

this is the error I receive:

Message: 'undefined' is null or not an object
Line: 16
Char: 18472
Code: 0
URI: ../js/jquery-1.5.1.min.js

Replies

  • legebokovlegebokov Posts: 1Questions: 0Answers: 0
    Hi, I have same error.
    Please help.
  • allanallan Posts: 61,805Questions: 1Answers: 10,118 Site admin
    Can you post a link to your example please?

    Thanks,
    Allan
This discussion has been closed.