From 2dea12fb1750701d64ed53322bb883f6697184e0 Mon Sep 17 00:00:00 2001 From: pavlosb Date: Wed, 29 May 2024 17:27:38 +0300 Subject: [PATCH] Update inspectionslist.php --- application/views/inspectionslist.php | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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' },