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

user/last login sorting scope is only for the current page #54

Open
eteeqii opened this issue Apr 18, 2023 · 1 comment
Open

user/last login sorting scope is only for the current page #54

eteeqii opened this issue Apr 18, 2023 · 1 comment
Assignees
Labels

Comments

@eteeqii
Copy link

eteeqii commented Apr 18, 2023

ENV

classroombookings version: v2.6.4
Chrome, Version 112.0.5615.49 (Official Build) (arm64)

Symptom

For the admin user, go to setup/users/last login
make sure there are more than one page. eg. two pages.
let it show the first page. then sort the last login column
the sort scope would be only current page. the second page will not be sorted.

expected beheavior

sort scope should be all records, not only the current page.

@craigrodway
Copy link
Member

The current table-sorting functionality is powered by client-side javascript, and only operates on the visible rows in the table. For most pages, this is OK; but not for users.

This will be addressed in a future version.

@craigrodway craigrodway self-assigned this Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants