mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +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:
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<span *ngSwitchDefault>
|
||||
{{content[col.source]}}
|
||||
{{getObjectValue(content, col.source)}}
|
||||
</span>
|
||||
</td>
|
||||
|
||||
|
Reference in New Issue
Block a user