datatable doens't have auto width
This commit is contained in:
parent
e2ac8d54db
commit
1183b69149
|
@ -101,6 +101,7 @@ function setUpLibrary() {
|
||||||
],
|
],
|
||||||
"aaSorting": [[2,'asc']],
|
"aaSorting": [[2,'asc']],
|
||||||
"sPaginationType": "full_numbers",
|
"sPaginationType": "full_numbers",
|
||||||
"bJQueryUI": true
|
"bJQueryUI": true,
|
||||||
|
"bAutoWidth": false
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue