Privacy Policy DSGVO with sheets for categories, export-, check- and first erase-functions

This commit is contained in:
2026-08-06 20:27:26 +00:00
parent fc82a28290
commit daac478714
12 changed files with 511 additions and 34 deletions
+6
View File
@@ -224,6 +224,12 @@
}
});
window.addEventListener('asset-table-column-width-changed', event => {
if (!event.detail?.table || event.detail.table === table) {
applyHidden();
}
});
applyHidden();
window.dispatchEvent(new CustomEvent('asset-table-columns-ready', {
detail: { table }