DataTables 1.7 beta 8 released
DataTables 1.7 beta 8 released
allan
Posts: 63,488Questions: 1Answers: 10,468 Site admin
Hello all,
One more beta... Three trivial bug fixes included in this new beta, but I'd rather have them checked out in a beta release than in the 1.7.0 release!
As per usual:
Full release notes: http://datatables.net/download .
Download 1.7 beta 8 package: http://datatables.net/releases/dataTables-1.7.beta.8.zip
Just the JS file: http://datatables.net/beta/1.7/media/js/jquery.dataTables.js
Just the JS.min file: http://datatables.net/beta/1.7/media/js/jquery.dataTables.min.js
And as always please donate to help keep DataTables under active development: http://datatables.net/donate :-)
Regards,
Allan
One more beta... Three trivial bug fixes included in this new beta, but I'd rather have them checked out in a beta release than in the 1.7.0 release!
As per usual:
Full release notes: http://datatables.net/download .
Download 1.7 beta 8 package: http://datatables.net/releases/dataTables-1.7.beta.8.zip
Just the JS file: http://datatables.net/beta/1.7/media/js/jquery.dataTables.js
Just the JS.min file: http://datatables.net/beta/1.7/media/js/jquery.dataTables.min.js
And as always please donate to help keep DataTables under active development: http://datatables.net/donate :-)
Regards,
Allan
This discussion has been closed.
Replies
[code]
$('#example').dataTable( {
"bAutoWidth": false,
"aoColumns": [
{ "sWidth": "20%"},
{ "sWidth": "25%"},
{ "sWidth": "10%"},
{ "sWidth": "20%"},
{ "sWidth": "15%"}
],
"sScrollY": "200px",
"bPaginate": true
} );
[/code]
when is hide columns is obtained this:
(only in IE 8.0, not in compatible IE 7.0):
http://i.imgur.com/Dp6mf.jpg
Why is there such large differences between IE6,IE7 and IE8?
The work around for IE8 is simply to have auto width enabled, and DataTables will do the required recalculations for you.
Regards,
Allan