Show the products grocycode as a (hidden by default) column on /products (closes #1820)

This commit is contained in:
Bernd Bestel
2022-03-14 22:39:35 +01:00
parent 7ea9984fd3
commit 0ba1a82e01
4 changed files with 9 additions and 0 deletions

View File

@@ -1128,6 +1128,7 @@ $(document).on("click", ".change-table-columns-visibility-toggle", function()
var dataTable = $(dataTableSelector).DataTable();
dataTable.columns(columnIndex).visible(this.checked);
LoadImagesLazy();
});