We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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.
string
numeric
Thanks for letting us know!
Sorry, something went wrong.
Fixed in #128 while abstracting the local sort into TdDataTableService
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.
https://gitter.im/Teradata/covalent
No branches or pull requests
Bug Report
Data Table component does not sort numeric data correctly.
As seen here: https://teradata.github.io/covalent/#/components/data-table
Screenshots or link to CodePen/Plunker/JSfiddle
What is the expected behavior?
When sorting a numeric column, smaller number should come before larger number when sorted ascending and vice versa.
Hope this helps!
The text was updated successfully, but these errors were encountered: