daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

Piped view min, max, and total to numbers #505

Open mattbajorek opened 7 years ago

mattbajorek commented 7 years ago

For large datasets above 999 it is visually appealing to see commas in the thousands place.

jayellsbrg commented 7 years ago

This is exactly what I was looking to do as well. It looks funny that the rest of my application has formatted numbers but the pagination is not formatted. Adding the number filter will also let angular format for internationalization/localization.