Enhance interface
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
<div class="datatable-export-buttons">
|
||||
|
||||
<button type="button" class="btn bg-gradient-secondary btn-print" data-placement="top" data-original-title="Imprimer le tableau">
|
||||
<i class="fa fa-print"></i>
|
||||
</button>
|
||||
|
||||
<button type="button" class="btn bg-gradient-secondary btn-excel">
|
||||
<i class="fa fa-file-excel"></i>
|
||||
</button>
|
||||
|
||||
<button type="button" class="btn bg-gradient-secondary btn-pdf">
|
||||
<i class="fa fa-file-pdf"></i>
|
||||
</button>
|
||||
@include('components.datatables.buttons.print')
|
||||
@include('components.datatables.buttons.download')
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user