mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#164 column types, date formatting
This commit is contained in:
@@ -50,7 +50,7 @@ import {
|
||||
<alfresco-document-list #doclist>
|
||||
|
||||
<content-columns>
|
||||
<content-column source="$thumbnail"></content-column>
|
||||
<content-column source="$thumbnail" type="image"></content-column>
|
||||
<content-column
|
||||
title="{{'DOCUMENT_LIST.COLUMNS.DISPLAY_NAME' | translate}}"
|
||||
source="name"
|
||||
@@ -66,7 +66,9 @@ import {
|
||||
</content-column>
|
||||
<content-column
|
||||
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_ON' | translate}}"
|
||||
source="createdAt">
|
||||
source="createdAt"
|
||||
type="date"
|
||||
format="medium">
|
||||
</content-column>
|
||||
</content-columns>
|
||||
<content-actions>
|
||||
|
Reference in New Issue
Block a user