diff --git a/assets/js/sections/contestingnames.js b/assets/js/sections/contestingnames.js index 25f49fe5..88bc63f6 100644 --- a/assets/js/sections/contestingnames.js +++ b/assets/js/sections/contestingnames.js @@ -8,7 +8,12 @@ $('.contesttable').DataTable({ "scrollX": true, dom: 'Bfrtip', buttons: [ - 'csv' + { + extend: 'csv', + exportOptions: { + columns: [ 0, 1, 2 ] + } + } ] }); @@ -150,4 +155,4 @@ function deactivateAllContests() { } } }); -} \ No newline at end of file +}