daniel-nagy / md-data-table

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

Format numbers using number filter #536

Open epelc opened 7 years ago

epelc commented 7 years ago

It would be nice if the pagination numbers were formatted using the number filter. Right now large numbers do not have any commas and you can not use mdTotal because it is expected to be an integer since it is used in calculations for the number of pages/wether you can go left or right.

image

epelc commented 7 years ago

Already implemented in #505

Just needs merge