Fix #32 do not width calculation by DataTable

This commit is contained in:
uu59 2014-06-18 14:19:55 +09:00
parent 4b7137c6e3
commit f524acb316
3 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,7 @@
:javascript
$(document).ready(function() {
$('#env-table').dataTable({
"autoWidth": false,
"ordering": true,
"paging": false,
"info": false,

View File

@ -57,6 +57,7 @@
:javascript
$(document).ready(function() {
$('#plugins-table').dataTable({
"autoWidth": false,
"ordering": true,
"paging": false,
"info": false,

View File

@ -31,6 +31,7 @@
:javascript
$(document).ready(function() {
$('#plugins-table').dataTable({
"autoWidth": false,
"ordering": true,
"paging": false,
"info": false,