Data Table component does not sort numeric data correctly.
As seen here: https://teradata.github.io/covalent/#/components/data-table

When sorting a numeric column, smaller number should come before larger number when sorted ascending and vice versa.
Hope this helps!
Huh, its doing string sorting instead of numeric sorting.
Sorry we didnt notice this before, i will add this as a priority for this release.
Thanks for letting us know!
Fixed in https://github.com/Teradata/covalent/pull/128 while abstracting the local sort into TdDataTableService
Thank you!
i need some help about integrating covalent in ng2 manually
You can ask in our gitter channel for support questions or additional info.
Most helpful comment
Huh, its doing
stringsorting instead ofnumericsorting.Sorry we didnt notice this before, i will add this as a priority for this release.
Thanks for letting us know!