mirror of
https://github.com/grocy/grocy.git
synced 2026-04-10 14:36:16 +02: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": 5 },
|
||||||
{ "type": "html", "targets": 11 },
|
{ "type": "html", "targets": 11 },
|
||||||
{ "type": "html-num-fmt", "targets": 12 },
|
{ "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)
|
].concat($.fn.dataTable.defaults.columnDefs)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user