Open JasonStoltz opened 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.
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.
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:
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.