|
|
@@ -62,12 +62,15 @@
|
|
|
</ul>
|
|
|
</div> --}}
|
|
|
<div class="dt-buttons btn-group flex-wrap">
|
|
|
- <button class="btn btn-secondary buttons-excel buttons-html5" tabindex="0" type="button" wire:click="openExportModal" style="border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;">
|
|
|
+ <button class="btn btn-secondary buttons-excel buttons-html5" tabindex="0" type="button" wire:click="openExportModal">
|
|
|
<span><i class="fa-solid fa-file-excel"></i></span>
|
|
|
</button>
|
|
|
- <button class="btn btn-secondary buttons-print" tabindex="0" type="button" id="print" style="border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;">
|
|
|
+ {{-- <button class="btn btn-secondary buttons-excel buttons-html5" tabindex="0" type="button" wire:click="openExportModal" style="border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;">
|
|
|
+ <span><i class="fa-solid fa-file-excel"></i></span>
|
|
|
+ </button> --}}
|
|
|
+ {{-- <button class="btn btn-secondary buttons-print" tabindex="0" type="button" id="print" style="border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;">
|
|
|
<span><i class="fa-solid fa-print"></i></span>
|
|
|
- </button>
|
|
|
+ </button> --}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</section>
|
|
|
@@ -837,7 +840,11 @@
|
|
|
newWin = window.open("");
|
|
|
var htmlToPrint = '' +
|
|
|
'<style type="text/css">' +
|
|
|
- 'table th, table td {' +
|
|
|
+ 'table {' +
|
|
|
+ 'border-collapse:collapse;' +
|
|
|
+ 'border:1px solid #000;' +
|
|
|
+ '}' +
|
|
|
+ 'table th, table td, table tr {' +
|
|
|
'border:1px solid #000;' +
|
|
|
'padding:0.5em;' +
|
|
|
'}' +
|