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

Add lazy pagination handling #8

Closed
gizmo385 opened this issue Sep 20, 2024 — with Lazy-Github · 1 comment
Closed

Add lazy pagination handling #8

gizmo385 opened this issue Sep 20, 2024 — with Lazy-Github · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

Copy link
Owner

The current pagination handling in lazy-github is setup to pull everything all at once. This doesn't work super well for certain situations, such as listing the issues on a very large repo. As an alternative, we should try and setup a custom variant of the datatable widget that will attempt to pull more data when you get close to the end of the currently loaded dataset.

@gizmo385 gizmo385 added enhancement New feature or request help wanted Extra attention is needed labels Sep 20, 2024
@gizmo385
Copy link
Owner Author

Added in #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant