datatable doens't have auto width

This commit is contained in:
Naomi 2011-01-27 12:13:41 -05:00
parent e2ac8d54db
commit 1183b69149
1 changed files with 2 additions and 1 deletions

View File

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