ng2-table
ng2-table copied to clipboard
Add ability to format data within the cells
Currently I don't see a way to format cell data within the table in order to parse Dates for example.
This is definitely an issue for me. I'd like to use moment.js
to convert a date to something more readable, but leave the sorting working off the raw date. Is manually looping and editing the row objects the only way to do something like this?
+1. Shoot, I'd just like to us an ng2 pipe for this.
+1 I get raw data from an external JSON api, and need to format the floats that are returned.
From this example: I am not getting a way to format date column. Any help is appreciated.
Any news?