mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Fixed stock overview numeric sorting of value columns (fixes #1811)
This commit is contained in:
parent
1a82d0599c
commit
632a542236
@ -25,7 +25,9 @@
|
||||
{ "type": "html", "targets": 5 },
|
||||
{ "type": "html", "targets": 11 },
|
||||
{ "type": "html-num-fmt", "targets": 12 },
|
||||
{ "type": "num", "targets": 13 }
|
||||
{ "type": "num", "targets": 13 },
|
||||
{ "type": "html-num-fmt", "targets": 4 },
|
||||
{ "type": "html-num-fmt", "targets": 18 }
|
||||
].concat($.fn.dataTable.defaults.columnDefs)
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user