Navigation Menu

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

Support for endless scrolling / load more #560

Open
JasonStoltz opened this issue May 24, 2021 · 2 comments
Open

Support for endless scrolling / load more #560

JasonStoltz opened this issue May 24, 2021 · 2 comments

Comments

@JasonStoltz
Copy link
Member

As an alternative to paging, users may want to use a "Load More" button or endless scrolling.

This could possibly an action that looks something like:

loadMore(20)

It would use the paging API to fetch the next page, but append the new results to the current results. It could also potentially be an option to the existing paging action that simply appends rather than replacing the results.

@botelastic
Copy link

botelastic bot commented Jul 23, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Is this issue still important to you? If so, please leave a comment and let us know. As always, thank you for your contributions.

@botelastic botelastic bot added the wontfix This will not be worked on label Jul 23, 2021
@JasonStoltz JasonStoltz removed the wontfix This will not be worked on label Jul 23, 2021
@botelastic
Copy link

botelastic bot commented Sep 21, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Is this issue still important to you? If so, please leave a comment and let us know. As always, thank you for your contributions.

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

No branches or pull requests

1 participant