Skip to content

Commit

Permalink
Update inspectionslist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 29, 2024
1 parent 5cf72ff commit 2dea12f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,34 @@
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',

},
columns: [0,1,2,3,4,5,6,7]
}
}, 'print'],
},

'print'],

}, bottomStart: 'pageLength'
},
Expand Down

0 comments on commit 2dea12f

Please sign in to comment.