Hide columns by default

This commit is contained in:
James Polley 2018-08-02 10:47:15 +00:00 committed by James Polley
parent 172602566d
commit 5a48a017ce

View file

@ -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',