close
The Wayback Machine - https://web.archive.org/web/20201205233252/https://github.com/seashell/drago/issues/24
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 pagination or infinite scrolling on the UI #24

Open
edufschmidt opened this issue Jul 8, 2020 · 0 comments
Open

Implement pagination or infinite scrolling on the UI #24

edufschmidt opened this issue Jul 8, 2020 · 0 comments

Comments

@edufschmidt
Copy link
Contributor

@edufschmidt edufschmidt commented Jul 8, 2020

Is your feature request related to a problem? Please describe.
This feature would allow the frontend to fetch data from the backend as needed, in an efficient way.

Describe the solution you'd like
Pagination: For every screen in which a list of resources (i.e., networks, hosts, interfaces, and links) is shown, I'd like to be able to select how many entries will be included in each page fetched and displayed at a time, and also the current page.
Infinite scrolling: As I scroll down, I'd like the frontend to asynchronously fetch more data from the backend and display it in the UI.

Describe alternatives you've considered
react-paginate, react-infinite-scroll-component, or a similar alternative in conjunction with Apollo client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.