no autowidth on large tables

This commit is contained in:
Gunther Weissenbaeck 2023-11-23 21:29:54 +01:00
parent 5c4dd66934
commit 863800e0b3
4 changed files with 5 additions and 1 deletions

View file

@ -24,6 +24,7 @@
info: true,
"pagingType": "first_last_numbers",
responsive: true,
autoWidth: false,
columnDefs: [
{ responsivePriority: 1, targets: 0 },
]

View file

@ -25,6 +25,7 @@
"pagingType": "first_last_numbers",
responsive: true,
scrollX: true,
autoWidth: false,
order: [[2, 'desc']],
columnDefs: [
{ responsivePriority: 1, targets: 0 },

View file

@ -25,6 +25,7 @@
"pagingType": "first_last_numbers",
responsive: true,
scrollX: true,
autoWidth: false,
order: [[2, 'desc']],
columnDefs: [
{ responsivePriority: 1, targets: 0 },

View file

@ -29,6 +29,7 @@
"pagingType": "first_last_numbers",
responsive: true,
scrollX: true,
autoWidth: false,
order: [[2, 'desc']],
columnDefs: [
{ responsivePriority: 1, targets: 0 },