From 632a5422362379e72adccf6e2735c16956145717 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 6 Mar 2022 09:31:47 +0100 Subject: [PATCH] Fixed stock overview numeric sorting of value columns (fixes #1811) --- public/viewjs/stockoverview.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/viewjs/stockoverview.js b/public/viewjs/stockoverview.js index 54c56f78..491ef295 100755 --- a/public/viewjs/stockoverview.js +++ b/public/viewjs/stockoverview.js @@ -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) });