cambiados orden columnas en margenes

This commit is contained in:
2025-10-20 17:19:57 +02:00
parent b2e5dcac9b
commit d0c3bdc5a6
2 changed files with 4 additions and 4 deletions

View File

@ -52,8 +52,8 @@ import {normalizeNumericFilter} from '../../utils.js';
{ data: 'id', name: 'id', orderable: true },
{ data: 'importeMin', name: 'importeMin', orderable: true },
{ data: 'importeMax', name: 'importeMax', orderable: true },
{ data: 'margenMax', name: 'margenMax', orderable: true },
{ data: 'margenMin', name: 'margenMin', orderable: true },
{ data: 'margenMax', name: 'margenMax', orderable: true },
{ data: 'actions', name: 'actions' }
],
columnDefs: [{ targets: -1, orderable: false, searchable: false }]