Implemented a "recipes due score" (closes #1813)

This commit is contained in:
Bernd Bestel
2022-03-29 20:38:26 +02:00
parent 91b984d52d
commit 8e68477a78
5 changed files with 196 additions and 3 deletions

View File

@@ -3,7 +3,9 @@
'columnDefs': [
{ 'orderable': false, 'targets': 0 },
{ 'searchable': false, "targets": 0 },
{ 'visible': false, 'targets': 2 },
{ "type": "html-num-fmt", "targets": 2 },
{ "type": "html-num-fmt", "targets": 3 }
].concat($.fn.dataTable.defaults.columnDefs),
select: {
style: 'single',