diff --git a/demo-shell-ng2/app/components/files/files.component.html b/demo-shell-ng2/app/components/files/files.component.html index 5df948d19f..1a30ea81f9 100644 --- a/demo-shell-ng2/app/components/files/files.component.html +++ b/demo-shell-ng2/app/components/files/files.component.html @@ -27,12 +27,21 @@ title="{{'DOCUMENT_LIST.COLUMNS.DISPLAY_NAME' | translate}}" key="name" class="full-width ellipsis-cell"> - + + + + + + ``` +#### Column Templates + +It is possible assigning a custom column template like the following: + +```html + + + + + + + +``` + +Example above shows access to the underlying cell value by binding `value` property to the underlying context `value`: + +```html +