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
It appears that the table sorting script has ascending and descending swapped on alphabetic columns. Example steps to reproduce:
Actual result: Content is ordered from Z to A (ie, words starting with Z are at the top), which is descending order.
Expected result: Content is ordered from A to Z, ascending order.
This doesn't seem to be a problem with the numeric sorting, only alphabetic.
The text was updated successfully, but these errors were encountered:
Bug confirmed. I'm working on a solution...
Sorry, something went wrong.
This problem affects ARIA attributes too.
Table: fixed sorting alphabetic ascending and descending swapped, see #…
02cef95
…53, thx to @zomigi
Issue should be fixed. Please test and give feedback.
No branches or pull requests
It appears that the table sorting script has ascending and descending swapped on alphabetic columns. Example steps to reproduce:
Actual result: Content is ordered from Z to A (ie, words starting with Z are at the top), which is descending order.
Expected result: Content is ordered from A to Z, ascending order.
This doesn't seem to be a problem with the numeric sorting, only alphabetic.
The text was updated successfully, but these errors were encountered: