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:
@@ -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,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user