Skip to content
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

Fix sorting arrow direction #4248

Closed
wants to merge 1 commit into from
Closed

Fix sorting arrow direction #4248

wants to merge 1 commit into from

Conversation

stanleyxu2005
Copy link

@stanleyxu2005 stanleyxu2005 commented Feb 17, 2024

Sort arrow in data-table is wrong. When adding sortable-asc, the arrow is down, when adding sortable-desc, the arrow is up.
The PR would fix the arrow direction issue.

The default sort arrow is shown in wrong direction. When adding `sortable-desc` to cell, arrow will be rotated for 180 degree, but the arrow is `arrow_down_md`. The PR would fix the arrow direction issue.
@nolimits4web
Copy link
Member

When adding sortable-asc, the arrow is down, when adding sortable-desc, the arrow is up.

This is the correct behavior

@stanleyxu2005 stanleyxu2005 deleted the patch-1 branch February 27, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants