Questions tagged [infinite-scroll]
A pagination method where upon reaching the end of a list the next "page" of results is appended to the existing list of items.
67 questions
0
votes
2
answers
174
views
Server-side sorting in data table with infinite scroll
I have a question about the infinite scroll feature in DataTable (or DataGrid). After doing some research, I found that pagination might be more suitable for DataTable than infinite scroll. However, ...
1
vote
3
answers
1k
views
Infinite scroll on multiselect. Show total number of items or not?
EDIT: I edited the question, it used to say we could have thousands of items, but realistically it's more like 20-100. The question is about if or not to display the total number of items or not, not ...
0
votes
1
answer
317
views
Infinite scrolling & accessing an item in the middle directly
Let's say you have a webpage in which you display a list of cards with some content. You use infinite scrolling to load more cards as the user scrolls down.
Cards are moreover editable: you can click ...
0
votes
2
answers
491
views
Item picker (with search filters) UX
In my school web app, teachers can create exams and pick exercises to put in them from a big "exercise pool" they previously created.
The exam editor allows teachers to create slots and to ...
0
votes
1
answer
326
views
Pagination vs. Infinite Scrolling for page displaying Folders and Files
We have pages which display the contents of a Folder. A Folder can contain zero to many Folders and zero to many Files.
Implementing pagination in this scenario seems awkward -- what if my page has 35 ...
1
vote
0
answers
45
views
Scroller element changes size: which way should I grow/shrink? [closed]
I'm writing an infinite scroller widget for a messaging application.
Element sizes are not uniform, and may change as other users edit messages. In such a case, I need to shift other elements in the ...
0
votes
1
answer
205
views
To scroll or not to scroll
In a mobile app that I am currently developing one of the first things I do is secure a shortlist of the user's interests. This kind of input is not unusual - I recall seeing something similar in ...
3
votes
2
answers
586
views
Is infinite scroll intuitive in enterprise applications?
I know infinite scroll is all the rage in social media applications because it keeps me scrolling for longer than I should, but in terms of functionality are there any pros/cons to using infinite ...
2
votes
3
answers
3k
views
Horizontal scroll combined with infinite scrolling page
I'm designing blocks of content that scroll left-to-right on a page that uses infinite scrolling. If the user has scrolled through a section all the way to the right, what should happen when they ...
-1
votes
1
answer
73
views
is it better to keep the layout of the lists?
I have an application that manages several entities, each entity has a list page, each entity can have a child entity with its own list page.
Are you using different types of lists? table, cards, ...
1
vote
3
answers
375
views
How to stop user loading more records on grid
In one legacy UI application on which I am working currently, has a Main List which is used to display all records stored in elastic in paginated way. Elastic may have more than 1 million records.
The ...
3
votes
5
answers
414
views
Usability testing: what can be the best questions to ask a user to understand if they prefer infinite scroll vs pagination?
For example, unsplash.com has an infinite scroll. Let's say we want to change it to pagination. What can be the best questions to ask a user for a usability test?
1
vote
0
answers
215
views
Is the "feed" role also appropriate for the "Load More" button approach? [closed]
Both w3.org and MDN seem to associate the feed role with infinite scrolling, without mentioning if it applies to button-triggered loading as well (with a "Load More" button).
My application ...
0
votes
2
answers
407
views
Should you save the state in a page with infinite scrolling?
I have a page with infinite scrolling on it.
I display news in descending order of time and new items keep coming in
When people go to the bottom of the page, they load more items automatically and ...
1
vote
1
answer
362
views
Allowing users to select large items to export from a paginated list
On a website I'm designing, users have access to a search function that lists items with potentially much content inside (they're meant to be grammar exercises, and so multiple grammar problems can be ...