Media Table Collection View: Adds support for Label Templates (#19842)

Media Table Collection View: add label template support

Fixes #19835.
This commit is contained in:
Lee Kelleher
2025-08-01 05:49:33 +01:00
committed by GitHub
parent 615fcddcf7
commit 7199ed0310

View File

@@ -108,6 +108,7 @@ export class UmbMediaTableCollectionViewElement extends UmbLitElement {
name: this.localize.string(item.header),
alias: item.alias,
elementName: item.elementName,
labelTemplate: item.nameTemplate,
allowSorting: true,
};
});