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
Currently, the data type of the N column is string, which means its values sort incorrectly, see screenshot:
N
We should change this data type to integer. This can be done somewhere in this block:
predevals/src/predevals.js
Lines 460 to 483 in f268127
See also #26 -- it could make sense to tackle these two issues together.
The text was updated successfully, but these errors were encountered:
[convert N column to numeric to ensure correct sort behavior #37]
3bc3800
a5110d1
d96f5d7
matthewcornell
No branches or pull requests
Currently, the data type of the
N
column is string, which means its values sort incorrectly, see screenshot:We should change this data type to integer. This can be done somewhere in this block:
predevals/src/predevals.js
Lines 460 to 483 in f268127
See also #26 -- it could make sense to tackle these two issues together.
The text was updated successfully, but these errors were encountered: