我在一些数据表上设置数据表,但没有出现分页。你能帮我纠正一下吗?我做错了什么?
$(".support-table").dataTable({
"aaSorting": [[ 1, "asc" ]],
"sDom": '<"support-table-header">',
"bDestroy" : true,
"bAutoWidth" : true,
"sScrollY" : "300",
"sScrollX" : "100%",
"bScrollCollapse" : true,
"bSort" : true,
"sPaginationType" : "full_numbers",
"iDisplayLength" : 3,
"bLengthChange" : false
})