der
This commit is contained in:
parent
a83322741b
commit
5c0d42c098
|
|
@ -92492,14 +92492,14 @@ function initDataTableReference(selector, exportTitle = 'Export_Donnees', defaul
|
||||||
{
|
{
|
||||||
extend: 'excelHtml5',
|
extend: 'excelHtml5',
|
||||||
text: '<i class="fas fa-file-excel me-1"></i> Excel',
|
text: '<i class="fas fa-file-excel me-1"></i> Excel',
|
||||||
className: 'btn btn-sm btn-outline-success fw-bold rounded-pill shadow-sm px-3',
|
className: 'btn btn-sm btn-success fw-bold rounded-pill shadow-sm px-3',
|
||||||
title: exportTitle,
|
title: exportTitle,
|
||||||
exportOptions: { columns: ':not(.no-export)' }
|
exportOptions: { columns: ':not(.no-export)' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
extend: 'pdfHtml5',
|
extend: 'pdfHtml5',
|
||||||
text: '<i class="fas fa-file-pdf me-1"></i> PDF',
|
text: '<i class="fas fa-file-pdf me-1"></i> PDF',
|
||||||
className: 'btn btn-sm btn-outline-danger fw-bold rounded-pill shadow-sm px-3 ms-2',
|
className: 'btn btn-sm btn-danger fw-bold rounded-pill shadow-sm px-3 ms-2',
|
||||||
title: exportTitle,
|
title: exportTitle,
|
||||||
orientation: 'landscape',
|
orientation: 'landscape',
|
||||||
exportOptions: { columns: ':not(.no-export)' },
|
exportOptions: { columns: ':not(.no-export)' },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user