Improved User Listing with Pagination #269
NgatiaJeffers
started this conversation in
Ideas
Replies: 1 comment
-
@NgatiaJeffers Thanks for bringing this up. Yes pagination and lazy loading would be a great add. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seeking to improve the user listing page by implementing pagination. Currently, the user listing page displays all users in a single long list, which can be unwieldy and slow to load when the number of users grows. By implementing pagination, we can break down the user list into smaller, more manageable chunks, making it easier for users to navigate and improving the performance of the page.
The pagination feature will allow users to see a limited number of users per page, with options to navigate to the next or previous page, as well as jump to specific pages using page numbers or other navigation elements. This will make the user listing page more user-friendly, allowing users to easily browse through the list of users, find the information they need, and take necessary actions.
Beta Was this translation helpful? Give feedback.
All reactions