feat: Zaktualizuj kolejność sortowania w widoku produktów

This commit is contained in:
2026-02-02 23:42:56 +01:00
parent 7edb515582
commit c00b64ce46
2 changed files with 21 additions and 13 deletions

View File

@@ -157,7 +157,7 @@
{ width: '50px', name: 'cl3', orderable: false },
{ width: '100px', orderable: false },
{ width: '50px', orderable: false }],
order: [ [ 5, 'desc' ] ]
order: [ [ 6, 'desc' ] ]
});
});