mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#9 binding custom columns to nested properties
allow binding columns to bested properties and property paths, i.e. “item.location.path”
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
source="displayName"
|
||||
class="full-width name-column">
|
||||
</content-column>
|
||||
<content-column
|
||||
title="{{'DOCUMENT_LIST.COLUMNS.SITE' | translate}}"
|
||||
source="location.site">
|
||||
</content-column>
|
||||
<content-column
|
||||
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_BY' | translate}}"
|
||||
source="createdBy">
|
||||
|
@@ -11,6 +11,7 @@
|
||||
"DOCUMENT_LIST": {
|
||||
"COLUMNS": {
|
||||
"DISPLAY_NAME": "Display name",
|
||||
"SITE": "Site",
|
||||
"CREATED_BY": "Created by",
|
||||
"CREATED_ON": "Created on"
|
||||
},
|
||||
|
Reference in New Issue
Block a user