Is your feature request related to a problem? Please describe.
The users table in the admin console currently displays all users in a single long scrollable page, which can lead to performance issues and poor user experience as the number of users grows.
Describe the solution you'd like
Implement pagination for the users table in the admin console to improve:
- Page load performance
- User experience when navigating through large lists
- Overall admin console usability
Expected Behavior
The users table should display a limited number of users per page (e.g., 25, 50, or 100) with navigation controls to move between pages.
Is your feature request related to a problem? Please describe.
The users table in the admin console currently displays all users in a single long scrollable page, which can lead to performance issues and poor user experience as the number of users grows.
Describe the solution you'd like
Implement pagination for the users table in the admin console to improve:
Expected Behavior
The users table should display a limited number of users per page (e.g., 25, 50, or 100) with navigation controls to move between pages.