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(table viz): correctly sort by multiple columns in a table #19920

Merged
merged 1 commit into from
Jun 23, 2022

Commits on May 2, 2022

  1. fix: issue with sorting by multiple columns in a table

    Recent commit to sort alphanumeric columns via case insensitive
    comparison broke the multi-column sort option. React-table only sorts
    by the second (or third...) column if the first column matches.
    Since the alphanumeric sort only returned -1 or 1, it never would move
    to the subsequent columns when the earlier column values matched.
    stevetracvc committed May 2, 2022
    Configuration menu
    Copy the full SHA
    8cce51f View commit details
    Browse the repository at this point in the history