Show row_created_timestamp on the stock entries page (closes #1063)

This commit is contained in:
Bernd Bestel
2021-07-12 18:25:07 +02:00
parent cdf6ac78e2
commit cf8604e984
3 changed files with 11 additions and 1 deletions

View File

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