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"]],
|
||||
"pageLength": 100,
|
||||
"colReorder": true,
|
||||
"columnDefs": [
|
||||
{ targets: [6,7,8,9,10], visible: false}
|
||||
],
|
||||
"buttons": [{
|
||||
extend: 'collection',
|
||||
text: 'Export',
|
||||
|
|
Loading…
Reference in a new issue