Files
opensem/resources/views/components/datatables/buttons/excel.blade.php
Ludovic CANDELLIER fcd26d13de Enhance interface
2020-07-16 15:48:31 +02:00

9 lines
398 B
PHP

<button type="button" class="btn bg-gradient-secondary dropdown-toggle btn-excel" data-toggle="dropdown" aria-expanded="false">
<i class="fa fa-file-excel"></i>
</button>
<ul class="dropdown-menu" x-placement="bottom-start">
<li class="dropdown-item"><a href="#">Exporter la sélection</a></li>
<li class="dropdown-item"><a href="{{ $route }}/export">Exporter la liste complète</a></li>
</ul>