rehecho papeles impresion. Lista de tarifas a 50 elementos por defecto

This commit is contained in:
Jaime Jimenez
2023-07-28 17:26:16 +02:00
parent fa27f25d10
commit 9d6e3822e8
21 changed files with 678 additions and 449 deletions

View File

@ -58,7 +58,7 @@ const lastColNr = $('#tableOfTarifasacabado').find("tr:first th").length - 1;
responsive: true,
scrollX: true,
lengthMenu: [ 5, 10, 25, 50, 75, 100, 250, 500, 1000, 2500 ],
pageLength: 10,
pageLength: 50,
lengthChange: true,
"dom": 'lfBrtip',
"buttons": [

View File

@ -56,7 +56,7 @@
responsive: true,
scrollX: true,
lengthMenu: [ 5, 10, 25, 50, 75, 100, 250, 500, 1000, 2500 ],
pageLength: 10,
pageLength: 50,
lengthChange: true,
"dom": 'lfBrtip',
"buttons": [

View File

@ -56,7 +56,7 @@
responsive: true,
scrollX: true,
lengthMenu: [ 5, 10, 25, 50, 75, 100, 250, 500, 1000, 2500 ],
pageLength: 10,
pageLength: 50,
lengthChange: true,
"dom": 'lfBrtip',
"buttons": [

View File

@ -85,7 +85,7 @@
"responsive": true,
"paging": true,
"lengthMenu": [ 5, 10, 25, 50, 75, 100, 250, 500, 1000, 2500 ],
"pageLength": 10,
"pageLength": 50,
"lengthChange": true,
"searching": true,
"ordering": true,