Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
56 views

I’m working with React and AG Grid Server-Side Row Model (SSR) and I’m running into an issue when the backend returns partial pages due to user permissions. In our case, the backend may return very ...
cejlonski's user avatar
-1 votes
0 answers
52 views

I am trying to update the infinitescroll value(this.displayData) after delete the value from this.allData. But it's not updating the value properly. If I delete one value, all the values are showing ...
Power All's user avatar
0 votes
2 answers
48 views

I’m using the infinite_scroll_pagination package in Flutter and I’m facing an issue with PagingController.refresh(). I expect that when the user changes a filter, the list should reset and fetchPage ...
yasin's user avatar
  • 11
2 votes
1 answer
161 views

I’m building a chat UI in Next.js (App Router) and struggling with maintaining the scroll position when fetching older messages at the top. I’m using: @tanstack/react-virtual for virtualization ...
Pierre Bressand's user avatar
0 votes
0 answers
75 views

I’m building a Flutter application where I need to fetch data from a paginated REST API and display it in a ListView.builder with infinite scrolling. I’m using GetX for state management and controller ...
Razu ahmed's user avatar
0 votes
1 answer
122 views

Description: I'm using the infinite_scroll_pagination: ^5.1.0 package in combination with BLoC to implement infinite scrolling in my Flutter app. However, I’m encountering unexpected behavior related ...
Jay Parmar's user avatar
0 votes
0 answers
35 views

I'm trying to implement infinite scroll in a FlatList (let’s call it NestedList) that is rendered as the ListHeaderComponent of a parent FlatList (MainList) in React Native. ⚙️ What I'm trying to do: ...
Anis Amh's user avatar
1 vote
0 answers
39 views

I’m a Vue developer and I use @tanstack/vue-query to fetch data. I have a page with cards wrapped in router-link and infinite scrolling. The problem is when I scroll many times, go to a card (navigate ...
Feruz Atamyradow's user avatar
1 vote
1 answer
1k views

I'm trying to create an infinite scrolling horizontal carousel of icons using React and Framer Motion. The animation works, but I'm encountering issues with visible empty space at the end of the ...
Alex Smagin's user avatar
0 votes
0 answers
94 views

I'm writing a Python Selenium scraper for a web page that uses infinite scrolling to load content dynamically. Over time, as more posts are loaded, the JavaScript heap memory usage in ChromeDriver ...
mohammad jcm's user avatar
0 votes
0 answers
136 views

I am unable to manually implement lazy-loading in the grid using client-side rendering. The reason for not using row model 'infinite' or 'server-side' is that we do not want to make changes in the ...
apurv thakur's user avatar
0 votes
0 answers
92 views

Hi Stack Overflow community, I am working with MUI X Data Grid Premium and I have an object with multiple keys (e.g., a, b, c), where each key holds an array of 1000 records. I want to implement ...
amanarora's user avatar
0 votes
0 answers
113 views

I'm trying to build a horizontal gallery of images, that the user can manually scroll in both directions, and will show the same images over and over infinitely. I'm using Svelte as my frontend ...
Joshua Lilienthal's user avatar
0 votes
1 answer
75 views

I have a Quarto website with a long page requiring a lot of scrolling. Websites like social media feeds or news feeds often have a "click to read more" button that the user runs into after ...
mvanaman's user avatar
  • 365
0 votes
1 answer
2k views

I’m working on a project where I need to implement infinite scrolling in an Ant Design Table component for displaying large datasets. I’m fetching the data from a Laravel backend, and I want to ...
Shiba Y.'s user avatar
0 votes
1 answer
227 views

I'm working on implementing an infinite scrolling feature for a list of images, but I'm encountering an issue where the scrolling behavior is not smooth—it keeps jumping unexpectedly. This disrupts ...
Curtis Crentsil's user avatar
0 votes
0 answers
53 views

I'm using the IntersectionObserver API to load additional content when the page scrolls close to 1000px from the bottom. It works fine on desktop, but on mobile screens, the content only loads when it ...
alimukhtor's user avatar
-1 votes
1 answer
246 views

I’m working with an SVG element where I have a marquee effect with curved text using the <textpath> element. Currently, I am using the 🌟 emoji as a part of the marquee text, but I would like to ...
Husnain Khalil's user avatar
1 vote
2 answers
212 views

I have an application with a page that has a chat feature. I want this to look and feel like most chat apps, the newest messages are at the bottom of the page, and you scroll up to see more previous ...
jmarkyston's user avatar
0 votes
0 answers
39 views

My infinite scroll component for my images works swimmingly on a normal page, but the second I put it in the MUI Dialog it fails to trigger any response on scroll. I have tried some ref tricks and ...
Isaiahm's user avatar
  • 41
0 votes
0 answers
36 views

I have a mosaic of cells with interleaved movement, but I have not achieved a toroidal effect so that the cells appear again. import UIKit class ViewController: UIViewController { @IBOutlet ...
Gabriel Isaac González Arroyo's user avatar
0 votes
1 answer
97 views

as you can see in Pinterest or other websites, when you scroll for 2 or 3 pages and you decide to click on a image or product, you will be navigated to another page, then when you press the back ...
kahen official's user avatar
0 votes
1 answer
398 views

Description I'm working on an Angular project. I implemented an "infinite scroll" list utilizing IntersectionObvserver. Generally it works quite well and satisfying. The entries to build the ...
Mario Werner's user avatar
  • 1,881
0 votes
1 answer
166 views

I'm working on a React Native application where I have two horizontally scrolling FlatList components wrapped inside a ScrollView. I'm trying to implement autoscrolling, but I'm encountering a problem ...
Hunae's user avatar
  • 21
1 vote
0 answers
138 views

Is virtualization of infinite scroll for long lists on websites still necessary from a performance standpoint assuming clients use browsers on current mobile devices? Is it dependent on the client-...
c-antin's user avatar
  • 183
0 votes
2 answers
527 views

I'm trying to implement infinite scroll on react photo album component, I'm trying to use this library : https://react-photo-album.com i can detect when the user scrolled down and fetch more photos (...
Alex K's user avatar
  • 83
0 votes
1 answer
1k views

In this example, I am trying to use the infinite_scroll_pagination package from pub.dev to build a PagedGridView. Im using colors for the grid for now but what should happen is the first 9 items are ...
Spencer's user avatar
  • 135
0 votes
1 answer
104 views

I am currently building a GridView for an image gallery in Flutter, utilizing a provider to manage my media list and to integrate a caching system. The GridView is designed to work with pagination, ...
Spencer's user avatar
  • 135
0 votes
1 answer
283 views

I’m trying to create a div with horizontal scrolling, similar to a carousel, containing multiple cards that can scroll from left to right. The scroll should be infinite, meaning that once the last ...
Elena's user avatar
  • 181
0 votes
0 answers
44 views

my redux actions: export const RESTAURANT_SUCCESS = 'RESTAURANT_SUCCESS'; export const RESTAURANT_FAILURE = 'RESTAURANT_FAILURE'; export const GET_MORE_RESTAURANTS_SUCCESS = '...
selona's user avatar
  • 9
0 votes
1 answer
326 views

Update ---> In hindsight, I don't recommend doing it this way. It was much easier for the slot parent (InfiniteScroll) to pass a callback via props to the child (List) which sets the child ref in ...
Kraken's user avatar
  • 5,960
1 vote
1 answer
420 views

I'm trying to implement the infinite scroll using quasar. Here's my code: <template> <q-page padding> <q-tab-panels> <!-- Some tag about panels --> <q-tab-...
Nguyen Quoc Bao's user avatar
0 votes
1 answer
46 views

I'm currently working on this HTML website, in which there is a container with images, which are supposed to infinitely scroll horizontaly, but with my logic they move a bit further or a bit less then ...
Leonard __'s user avatar
0 votes
0 answers
130 views

There is a angular grid with scrollbar and on scroll we need to call the scroll event (lazy loading). <div class="table-container" [ngClass]="{'loading': isLoading}" style="...
Mayank Gupta's user avatar
0 votes
1 answer
2k views

I am try to implement a chat feature, I am implementing it with a lazyVStack inside a scrollView where the most current message is at the bottom and the user scrolls up to get older messages (standard ...
Travis's user avatar
  • 61
1 vote
0 answers
46 views

I'm working on the front end through Django WebFramework and PyCham, but infinite scrolls are not properly applied It is a page that fetches and displays public data APIs. Even if the scroll is stuck ...
haenshi's user avatar
  • 13
4 votes
0 answers
215 views

I have used react-window react-window package to implement virtualization and I am using <FixedSizeGrid> component for that along with <InfiniteLoader> from react-window-infinite-loader ...
Ayush Bharadva's user avatar
0 votes
1 answer
2k views

I'm working on an Angular project using the AG-Grid free edition to display data. Since server-side pagination is unavailable in the free edition, I use the infinite row model with pagination instead. ...
Khaled Saleh's user avatar
1 vote
0 answers
95 views

enter image description here When you invalidate queries, you essentially tell your caching mechanism to refresh the data it has stored. However, if you invalidate all queries upon update, it triggers ...
Manthan_'s user avatar
2 votes
1 answer
759 views

In my React project I'm using react-infinite-scroller to fetch data from an API when a user scrolls to the bottom of a page. The first fetch call works as expected when the page loads, but as soon as ...
PhoenixDown's user avatar
0 votes
1 answer
474 views

I'm implementing an infinite scroll feature in my web application where data is fetched and displayed in cards. However, I'm encountering an issue where the initial data (1-9) is being duplicated on ...
Prakriti's user avatar
0 votes
1 answer
2k views

I am implementing a pagination or load more data, whenever LazyVerticalStaggeredGrid/LazyColumn reaches the end/last item. Everything works as expected however, when the data load more function, the ...
Dnyaneshwar Patil's user avatar
1 vote
1 answer
257 views

Webpack loaders error when I "react-infinite-scroller" and start the react server. I have installed "react-infinite-scroller" for building up a chat application in project. after ...
Rahul Ramshrey Chauhan's user avatar
0 votes
1 answer
757 views

{% if template contains 'collection' %} <script> document.addEventListener("DOMContentLoaded", function() { var endlessScroll = new Ajaxinate({ container: '#product-grid', ...
Bhargav Chaniyara's user avatar
0 votes
1 answer
42 views

I am attempting to create what is essentially a horizontally, infinitely scrollable div (up to inner content width). I want to stack other divs within said container, who will float next to each other ...
MaxOvrdrv's user avatar
  • 1,916
1 vote
1 answer
435 views

I have a table setup using the Infinite Scroll example at htmx.org. The initial hx-get is set to something like /new?limit=10&page=1. The /new handle populates the data and displays page=1, and ...
farhany's user avatar
  • 1,591
1 vote
1 answer
526 views

I have a React Native mobile application where I'm trying to manage API requests with RTK Query. On the 'Products' screen, I fetch and display data using getProducts (infinite scroll). On the ...
ttars's user avatar
  • 91
0 votes
1 answer
529 views

I am using Locomotive, ScrollTrigger, and Gsap for animation. Smooth scrolling is causing extra pages to scroll at the end unexpectedly. When I inspect the webpage shows "has-scroll-init+has-...
Pushkar Dutta's user avatar
0 votes
0 answers
689 views

Hello Flutter Community, I'm encountering an exception in my Flutter application that seems related to a PagingController being used after disposal. However, in my implementation, I am using a ...
user23326146's user avatar
1 vote
2 answers
249 views

I'm scraping a site that has an infinite scroll, and was wondering what is the best way to do it: Option 1: Scrape and Scroll (Repeat) Load page Scrape data Scroll Scrape data Scroll Repeat Question:...
Gonzague PATINIER's user avatar

1
2 3 4 5
45