datatable doens't have auto width
This commit is contained in:
parent
e2ac8d54db
commit
1183b69149
1 changed files with 2 additions and 1 deletions
|
@ -101,6 +101,7 @@ function setUpLibrary() {
|
|||
],
|
||||
"aaSorting": [[2,'asc']],
|
||||
"sPaginationType": "full_numbers",
|
||||
"bJQueryUI": true
|
||||
"bJQueryUI": true,
|
||||
"bAutoWidth": false
|
||||
} );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue