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
When sorting by donorId in Donor submitted data page, different ordering is returned when sorting by First or Last.
For example: DO262723 is first globally, when sorting by last value DO262723 should appear last globally.
DO262723
Example of proper behaviour in sample_registration
sample_registration
Additionally it looks like sorting occurs per page instead of globally.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When sorting by donorId in Donor submitted data page, different ordering is returned when sorting by First or Last.
For example:
DO262723
is first globally, when sorting by last valueDO262723
should appear last globally.Example of proper behaviour in
sample_registration
Additionally it looks like sorting occurs per page instead of globally.
The text was updated successfully, but these errors were encountered: