1.) Server-side pagination to "users page" with options for how many items to display per page (25, 50, 100), along with the range of items on a page, and the total count of items.
2.) The search functionality dynamically filters the list of users based on a search query.
3.) The sort functionality enables users to order the list of users by specific attributes (name, username, email, created_on, status, last_login, auth) in either ascending or descending order.
Related Issue(s)
Closes #242
Changes Made
List the main changes made in this PR. Be as specific as possible.
[x] Feature added
[ ] Bug fixed
[ ] Code refactored
[ ] Documentation updated
[ ] Other changes: [describe]
Screenshots (if applicable)
Checklist
[x] Your code passes linting and coding style checks.
[ ] Documentation has been updated to reflect the changes.
[x] You have reviewed your own code and resolved any merge conflicts.
[ ] You have requested a review from at least one team member.
[ ] Any relevant issue(s) have been linked to this PR.
Description
1.) Server-side pagination to "users page" with options for how many items to display per page (25, 50, 100), along with the range of items on a page, and the total count of items.
2.) The search functionality dynamically filters the list of users based on a search query.
3.) The sort functionality enables users to order the list of users by specific attributes (name, username, email, created_on, status, last_login, auth) in either ascending or descending order.
Related Issue(s)
Closes #242
Changes Made
List the main changes made in this PR. Be as specific as possible.
Screenshots (if applicable)
Checklist