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

🐎 Implement a server side pagination #19

Open
mamadOuologuem opened this issue Mar 9, 2020 · 0 comments
Open

🐎 Implement a server side pagination #19

mamadOuologuem opened this issue Mar 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mamadOuologuem
Copy link
Collaborator

For now, we are pulling all the users data from the database before making a client-side pagination.
That makes the search, sort, and pagination easier and faster but definitely increases the initial loading time.
It can be useful to add a server-side pagination.

@mamadOuologuem mamadOuologuem added the enhancement New feature or request label Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant