Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82218

'ntablewrapper' is null or not an object

$
0
0
Hi all,
I am newbie to jquery data table and here below is my code.

var oTable = $('#table').dataTable();
oTable.fnDestroy();
oTable = $('#table').dataTable( {
"bProcessing": true,
"bServerSide": true,
.
"fnDrawCallback": function( oSettings ) {
.
 },
"fnServerData": function ( sSource, aoData, fnCallback, oSettings ) {
oSettings.jqXHR = $.ajax( {
"dataType": 'json',
"type": "POST",
"url": sSource,
"data": aoData,
"success": function(data){
}
}
});

Its throwing an error 'ntablewrapper' is null or not an object in ie8
Any help in right direction would be appriciated.

Thanx in advance
amit

Viewing all articles
Browse latest Browse all 82218

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>