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,7 +186,19 @@
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: [
{
extend: 'collection',
text: 'Exportar',
buttons:[
'copy', 'csv', 'excel', 'print', {
extend: 'pdfHtml5',
orientation: 'landscape',
pageSize: 'A4'
}
]
},
{
className: 'btn btn-primary float-end me-sm-3 me-1', className: 'btn btn-primary float-end me-sm-3 me-1',
extend: "createInline", extend: "createInline",
editor: editor, editor: editor,