Pagination Ideas #29
jnebab
started this conversation in
Brainstorm
Replies: 3 comments 3 replies
-
@jnebab I prefer the first one. 👀 Not sure with the other community if they agree on it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jnebab Would there be any issue if we do the following:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
1 and 3 are pretty standard for desktop users. Infinite scrolling is okay on mobile as long as we also implement a filter or search. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, we need your input on what pagination you think is best for the directory. We are leaning toward the
Load More
button butinfinite scrolling
is also a good option, especially for mobile users. The only caveat forinfinite scrolling
andload more
is that it might get too long for desktop users. Here are more options just in case:Numbered Pagination
Previous and Next Pagination
Previous and Next Pagination with current page and total items
Load More button only
Infinite Loading on Scroll down
https://react-infinite-scroll-component.netlify.app/?path=/story/components--infinitescroll
UPDATE: submitted as feature request here: #41
Beta Was this translation helpful? Give feedback.
All reactions