elastic / search-ui

Search UI. Libraries for the fast development of modern, engaging search experiences.
https://docs.elastic.co/search-ui
Apache License 2.0
1.93k stars 367 forks source link

Support for endless scrolling / load more #560

Open JasonStoltz opened 3 years ago

JasonStoltz commented 3 years ago

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[bot] commented 3 years ago

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[bot] commented 3 years ago

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.