ng2-table icon indicating copy to clipboard operation
ng2-table copied to clipboard

Add ability to format data within the cells

Open allenmoatallen opened this issue 8 years ago • 5 comments

Currently I don't see a way to format cell data within the table in order to parse Dates for example.

allenmoatallen avatar Mar 01 '16 00:03 allenmoatallen

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?

dessalines avatar Dec 02 '16 02:12 dessalines

+1. Shoot, I'd just like to us an ng2 pipe for this.

occasl avatar May 10 '17 22:05 occasl

+1 I get raw data from an external JSON api, and need to format the floats that are returned.

softgripper avatar May 18 '17 04:05 softgripper

From this example: I am not getting a way to format date column. Any help is appreciated.

iaquil avatar Aug 17 '18 21:08 iaquil

Any news?

mateusmedice avatar May 14 '20 14:05 mateusmedice