I am facing an issue with my datatable as the table is not displaying correctly.
Could someone advise me on how to troubleshoot and fix this problem?
Below is the code snippet in question:
$(tbName).dataTable({
"sScrollX": "100%",
"sScrollY": "100%",
"bScrollCollapse": true,
"bJQueryUI": true,
"bAutoWidth": false,
"sPaginationType": "full_numbers",
"oTableTools": {
"sSwfPath": "DataTables-s1.9.4/extras/TableTools/media/swf/copy_csv_xls_pdf.swf"
},
"aaSorting": [],
"iDisplayLength": 5,
"aoColumnDefs": [
{ "bSortable": false,
"aTargets": [0]
}
]
});