Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

table sorting alphabetic ascending and descending swapped #53

Description

@zomigi

It appears that the table sorting script has ascending and descending swapped on alphabetic columns. Example steps to reproduce:

  1. Go to http://fnagel.github.io/jQuery-Accessible-RIA/Table/performance.html
  2. Hover over column 0 heading. You'll see "sort ascending" in the tooltip.
  3. Click on column 0 heading.

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions