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

Sort doesn't work correctly #26

Open
scottsb opened this issue Oct 27, 2017 · 1 comment
Open

Sort doesn't work correctly #26

scottsb opened this issue Oct 27, 2017 · 1 comment
Assignees
Labels

Comments

@scottsb
Copy link

scottsb commented Oct 27, 2017

Sort is currently treating all values as text strings rather than sorting appropriately to the data type of the column. For example consider these current sort orders on the Queries tab:

Grade:

  1. bad
  2. good
  3. medium

should be:

  1. bad
  2. medium
  3. good

Time (ms):

  1. 1.04
  2. 11.69
  3. 2.11

should be:

  1. 1.04
  2. 2.11
  3. 11.69
@phoenix128 phoenix128 self-assigned this Oct 30, 2017
@phoenix128 phoenix128 added the bug label Oct 30, 2017
@phoenix128
Copy link
Contributor

Seems it is a "natural" sorting issue.
Thank you for reporting this, we will fix it ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants