-
Notifications
You must be signed in to change notification settings - Fork 156
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
Incorrect sort when you use pagination #5687
Comments
Urgh. we're sorting inside |
We should remove the sort logic from the design system and only emit events for sorting. Sorting needs to happen within web (and later on server side). |
probably same problem:
|
Wait with fixing until #4893 is merged |
You probably meant:
What would sorting in web look like? edit: |
Nice! Thanks a lot for bringing this over the finish line 💖 |
Thanks for doing the heavy lifting @dschmidt 😍 |
Sort when file more than 100:
Expected behaviour:
files on page 2: 101, 102, 103, 104
Actual behaviour:
files on page 2: the last 4 files from the response (random)
Server configuration
branch: release-4.0.0
backend: ocis 1.9.0 with docker reachable at https://host.docker.internal:9200/
browser: chrome Version 92.0.4515.107
The text was updated successfully, but these errors were encountered: