mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Show the products grocycode as a (hidden by default) column on /products (closes #1820)
This commit is contained in:
@@ -1128,6 +1128,7 @@ $(document).on("click", ".change-table-columns-visibility-toggle", function()
|
||||
var dataTable = $(dataTableSelector).DataTable();
|
||||
|
||||
dataTable.columns(columnIndex).visible(this.checked);
|
||||
LoadImagesLazy();
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user