Closed angchoo closed 6 years ago
it has support for it. Like, for date you can do something like below:
<data-table-column
[property]="'date'"
[header]="'Date'"
[sortable]="true">
<ng-template #dataTableCell let-item="item">
<span>{{ item.date | date:'yyyy-MM-dd' }}</span>
</ng-template>
</data-table-column>
Closing this for inactivity. Please, feel free to reopen it if needed.
Hi Brunano,
Thanks for fixing the header color. Great work!
I would like to know if we can pipe a number to 2 decimal places via data-table-column?
Best Regards