diff --git a/application/views/inspectionslist.php b/application/views/inspectionslist.php index 2a2bb05..e7595c3 100644 --- a/application/views/inspectionslist.php +++ b/application/views/inspectionslist.php @@ -93,9 +93,24 @@ topStart: { buttons: [{ extend: 'excel', + text: 'Excel' className: 'btn btn-success', filename: "itin-inspection_list_"+currentDate, title: "ITIN - Κατάλογος Επιθεωρήσεων", + exportOptions: { + modifier: { + page: 'all', + + }, + columns: [0,1,2,3,4,5,6,7] + } + }, + { + extend: 'excel', + text: 'Excel (όλα)' + className: 'btn btn-info', + filename: "itin-inspection_list_"+currentDate, + title: "ITIN - Κατάλογος Επιθεωρήσεων", exportOptions: { modifier: { page: 'current', @@ -103,7 +118,9 @@ className: 'btn btn-success', }, columns: [0,1,2,3,4,5,6,7] } - }, 'print'], + }, + + 'print'], }, bottomStart: 'pageLength' },