Fixed stock overview numeric sorting of value columns (fixes #1811)

This commit is contained in:
Bernd Bestel 2022-03-06 09:31:47 +01:00
parent 1a82d0599c
commit 632a542236
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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)
});