|
|
@@ -51,15 +51,23 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="float:left; margin-top:10px; margin-bottom:10px;">
|
|
|
- <div class="dropdown">
|
|
|
+ {{-- <div class="dropdown">
|
|
|
<button class="btn--ui_outline light dropdown-toggle" type="button" id="exportDropdown" data-bs-toggle="dropdown" aria-expanded="false"
|
|
|
- style="color:#10172A;" @if($isFiltering) disabled @endif>
|
|
|
- ESPORTA
|
|
|
- </button>
|
|
|
- <ul class="dropdown-menu" aria-labelledby="exportDropdown">
|
|
|
- <li><a class="dropdown-item" href="#" wire:click="openExportModal">Excel</a></li>
|
|
|
- <li><a class="dropdown-item" href="#" id="print">Stampa</a></li>
|
|
|
- </ul>
|
|
|
+ style="color:#10172A;" @if($isFiltering) disabled @endif>
|
|
|
+ ESPORTA
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu" aria-labelledby="exportDropdown">
|
|
|
+ <li><a class="dropdown-item" href="#" wire:click="openExportModal">Excel</a></li>
|
|
|
+ <li><a class="dropdown-item" href="#" id="print">Stampa</a></li>
|
|
|
+ </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;">
|
|
|
+ <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>
|
|
|
</div>
|
|
|
</div>
|
|
|
</section>
|