fnDestroy(), sScrollx, and IE
fnDestroy(), sScrollx, and IE
willowsticks
Posts: 5Questions: 0Answers: 0
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
[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
This discussion has been closed.
Replies
Please help.
Thanks,
Allan