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:
@@ -17,7 +17,7 @@
|
||||
</empty-folder-content>
|
||||
-->
|
||||
<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"
|
||||
@@ -35,7 +35,9 @@
|
||||
</content-column>
|
||||
<content-column
|
||||
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_ON' | translate}}"
|
||||
source="createdAt">
|
||||
source="createdAt"
|
||||
type="date"
|
||||
format="medium">
|
||||
</content-column>
|
||||
</content-columns>
|
||||
|
||||
|
Reference in New Issue
Block a user