#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:
Denys Vuika
2016-05-10 16:28:13 +01:00
parent 4cb441405c
commit caadc7ee9d
8 changed files with 96 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
</div>
</div>
<span *ngSwitchDefault>
{{content[col.source]}}
{{getObjectValue(content, col.source)}}
</span>
</td>