-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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
MdTable sort indicators backwards #6198
Comments
You seem to be right about this, looks like most other products have them switched, and Material spec shows an example of the same. Thanks for pointing this out, we'll switch them around |
Yeah. We had a user notice. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
According to the material spec site (https://material.io/guidelines/components/data-tables.html#data-tables-interaction), an up arrow indicates smallest value at top (ascending sort).
What is the current behavior?
All examples in documentation (https://material.angular.io/components/sort/overview) has up arrow indicating largest value at top (descending sort)
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Material beta 8
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: