Support for column (cell) templates (#1513)

support for column (cell) templates readme updates and test fixes
This commit is contained in:
Denys Vuika
2017-01-23 10:28:57 +00:00
committed by Eugenio Romano
parent bf5482bf7b
commit eacdfd7f6a
6 changed files with 56 additions and 21 deletions

View File

@@ -28,6 +28,12 @@
key="name"
sortable="true"
class="full-width ellipsis-cell">
<!-- Example of using custom column template -->
<!--
<template let-entry="$implicit">
<span>Hi! {{entry.data.getValue(entry.row, entry.col)}}</span>
</template>
-->
</content-column>
<content-column
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_BY' | translate}}"