Optimized chore on-time tracking (closes #2385)

This commit is contained in:
Bernd Bestel
2025-01-14 20:39:07 +01:00
parent 9cac3b2311
commit 97dbd7bf08
7 changed files with 51 additions and 17 deletions

View File

@@ -2,7 +2,8 @@
'order': [[2, 'desc']],
'columnDefs': [
{ 'orderable': false, 'targets': 0 },
{ 'searchable': false, "targets": 0 }
{ 'searchable': false, "targets": 0 },
{ 'visible': false, 'targets': 4 }
].concat($.fn.dataTable.defaults.columnDefs)
});
$('#chores-journal-table tbody').removeClass("d-none");