1.62 - 1.8.2 Major Differences
1.62 - 1.8.2 Major Differences
I am using 1.6.2 and it is working fine. I thought it might be best to stay current and update to 1.8.2 but when I just change to the 1.8.2 code the table is completely different. How can I keep the same display as the 1.6.2 code base? Here are my 1.6.2 settings:
$('#ocvftable').dataTable({
"aaSorting": [[2,'desc']],
"bPaginate": true,
"sPaginationType": "full_numbers",
"iDisplayLength": 15,
"bLengthChange": true,
"aLengthMenu": [[15, 25, 50, -1], [15, 25, 50, "All"]]
});
Thanks.
Bill
$('#ocvftable').dataTable({
"aaSorting": [[2,'desc']],
"bPaginate": true,
"sPaginationType": "full_numbers",
"iDisplayLength": 15,
"bLengthChange": true,
"aLengthMenu": [[15, 25, 50, -1], [15, 25, 50, "All"]]
});
Thanks.
Bill
This discussion has been closed.
Replies
When you say "completely different" what do you mean? While there have been some major changes between 1.6.x and 1.8.x ( http://datatables.net/new/1.7 and http://datatables.net/new/1.8 for reference) the code you've given above should work exactly the same, as those interfaces haven't changed (or at least they shouldn't have!).
If you could give us a link, that would be very handy.
Regards,
Allan
It must of been a mental deficiency on my part. Seems fine. Thanks,
Regards,
Bill