mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Fixed /stockoverview value column sort format (fixes #2088)
This commit is contained in:
@@ -28,7 +28,7 @@ var stockOverviewTable = $('#stock-overview-table').DataTable({
|
||||
{ "type": "html", "targets": 11 },
|
||||
{ "type": "custom-sort", "targets": 12 },
|
||||
{ "type": "num", "targets": 13 },
|
||||
{ "type": "html-num-fmt", "targets": 4 },
|
||||
{ "type": "custom-sort", "targets": 4 },
|
||||
{ "type": "custom-sort", "targets": 18 }
|
||||
].concat($.fn.dataTable.defaults.columnDefs)
|
||||
});
|
||||
|
Reference in New Issue
Block a user