mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado
This commit is contained in:
@ -392,7 +392,7 @@ $(() => {
|
||||
url: "/themes/vuexy/vendor/libs/datatables-sk/plugins/i18n/es-ES.json"
|
||||
},
|
||||
ajax: $.fn.dataTable.pipeline({
|
||||
url: '/maquinaspapelesimpresion/datatable_2',
|
||||
url: '/configuracion/papelesimpresion/datatable',
|
||||
data: {
|
||||
id_PI: id,
|
||||
},
|
||||
@ -556,9 +556,9 @@ $(() => {
|
||||
processing: true,
|
||||
autoWidth: true,
|
||||
responsive: true,
|
||||
lengthMenu: [5, 10, 25],
|
||||
lengthMenu: [10, 25, 50, 100],
|
||||
order: [[1, "asc"]],
|
||||
pageLength: 10,
|
||||
pageLength: 50,
|
||||
lengthChange: true,
|
||||
searching: true,
|
||||
paging: true,
|
||||
|
||||
Reference in New Issue
Block a user