Refactor product ordering logic to use POST data; improve query structure and enhance readability

This commit is contained in:
2025-01-06 13:08:18 +01:00
parent f32f40bc50
commit bd0b5c58c0
3 changed files with 7 additions and 4 deletions

View File

@@ -81,7 +81,7 @@
{ width: 'auto', name: 'roas' },
{ width: 'auto', name: 'cl3', orderable: false },
{ width: '200px', orderable: false }],
order: [ [0, false], [ 4, 'desc'] ]
order: [ [ 5, 'desc' ] ]
});
});