Hide columns by default
This commit is contained in:
parent
172602566d
commit
5a48a017ce
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@
|
||||||
"lengthMenu": [[10, 50, 100, -1], [10, 50, 100, "All"]],
|
"lengthMenu": [[10, 50, 100, -1], [10, 50, 100, "All"]],
|
||||||
"pageLength": 100,
|
"pageLength": 100,
|
||||||
"colReorder": true,
|
"colReorder": true,
|
||||||
|
"columnDefs": [
|
||||||
|
{ targets: [6,7,8,9,10], visible: false}
|
||||||
|
],
|
||||||
"buttons": [{
|
"buttons": [{
|
||||||
extend: 'collection',
|
extend: 'collection',
|
||||||
text: 'Export',
|
text: 'Export',
|
||||||
|
|
Loading…
Reference in a new issue