datatable doens't have auto width

This commit is contained in:
Naomi 2011-01-27 12:13:41 -05:00
parent e2ac8d54db
commit 1183b69149

View file

@ -101,6 +101,7 @@ function setUpLibrary() {
],
"aaSorting": [[2,'asc']],
"sPaginationType": "full_numbers",
"bJQueryUI": true
"bJQueryUI": true,
"bAutoWidth": false
} );
}