añadido el exportar de las tarifas de manipulado lineas

This commit is contained in:
2024-11-13 16:47:34 +01:00
parent da463318c7
commit ba36ba001f

View File

@ -186,14 +186,26 @@
language: { language: {
url: "/themes/vuexy/vendor/libs/datatables-sk/plugins/i18n/es-ES.json" url: "/themes/vuexy/vendor/libs/datatables-sk/plugins/i18n/es-ES.json"
}, },
buttons: [ { buttons: [
className: 'btn btn-primary float-end me-sm-3 me-1', {
extend: "createInline", extend: 'collection',
editor: editor, text: 'Exportar',
formOptions: { buttons:[
submitTrigger: -1, 'copy', 'csv', 'excel', 'print', {
submitHtml: '<a href="javascript:void(0);"><i class="ti ti-device-floppy"></i></a>' extend: 'pdfHtml5',
} orientation: 'landscape',
pageSize: 'A4'
}
]
},
{
className: 'btn btn-primary float-end me-sm-3 me-1',
extend: "createInline",
editor: editor,
formOptions: {
submitTrigger: -1,
submitHtml: '<a href="javascript:void(0);"><i class="ti ti-device-floppy"></i></a>'
}
} ] } ]
} ); } );