This commit is contained in:
KONE SOREL 2026-04-10 19:42:31 +00:00
parent a83322741b
commit 5c0d42c098

View File

@ -92492,14 +92492,14 @@ function initDataTableReference(selector, exportTitle = 'Export_Donnees', defaul
{
extend: 'excelHtml5',
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,
exportOptions: { columns: ':not(.no-export)' }
},
{
extend: 'pdfHtml5',
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,
orientation: 'landscape',
exportOptions: { columns: ':not(.no-export)' },