Added columns for last price on shopping list (closes #410)

This commit is contained in:
Bernd Bestel
2020-12-19 17:55:49 +01:00
parent 7f24ffc484
commit f5e0709913
6 changed files with 38 additions and 2 deletions

View File

@@ -5,7 +5,11 @@
{ 'orderable': false, 'targets': 0 },
{ 'searchable': false, "targets": 0 },
{ 'visible': false, 'targets': 3 },
{ "type": "num", "targets": 2 }
{ 'visible': false, 'targets': 5 },
{ 'visible': false, 'targets': 6 },
{ "type": "num", "targets": 2 },
{ "type": "html-num-fmt", "targets": 5 },
{ "type": "html-num-fmt", "targets": 6 }
].concat($.fn.dataTable.defaults.columnDefs),
'rowGroup': {
enable: true,