|
|
@@ -826,13 +826,14 @@
|
|
|
topStart : null,
|
|
|
topEnd : null,
|
|
|
top1A: {
|
|
|
- buttons: [
|
|
|
- {
|
|
|
- extend: 'collection',
|
|
|
- text: 'ESPORTA',
|
|
|
+ // buttons: [
|
|
|
+ // {
|
|
|
+ // extend: 'collection',
|
|
|
+ // text: 'ESPORTA',
|
|
|
buttons: [
|
|
|
{
|
|
|
extend: 'excelHtml5',
|
|
|
+ text: '<i class="fa-solid fa-file-excel"></i>',
|
|
|
action: newexportaction,
|
|
|
title: date_export + 'Pagamento corsi',
|
|
|
orientation: 'landscape',
|
|
|
@@ -875,6 +876,7 @@
|
|
|
},
|
|
|
{
|
|
|
extend: 'pdfHtml5',
|
|
|
+ text: '<i class="fa-solid fa-file-pdf"></i>',
|
|
|
action: newexportaction,
|
|
|
title: date_export + 'Pagamento corsi',
|
|
|
orientation: 'landscape',
|
|
|
@@ -907,7 +909,7 @@
|
|
|
}/*,
|
|
|
{
|
|
|
extend: 'print',"action":newexportaction,
|
|
|
- text: 'Stampa',
|
|
|
+ text: '<i class="fa-solid fa-print"></i>',
|
|
|
title: date_export + 'Pagamento corsi',
|
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
|
@@ -915,9 +917,9 @@
|
|
|
footer:false
|
|
|
}*/
|
|
|
],
|
|
|
- dropup: true
|
|
|
- }
|
|
|
- ]
|
|
|
+ // dropup: true
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
},
|
|
|
top1B : {
|
|
|
pageLength: {
|