mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 20:11:16 +00:00
Implemented a "recipes due score" (closes #1813)
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user