react-trello icon indicating copy to clipboard operation
react-trello copied to clipboard

Control infinite scrolling

Open satya-imaginea opened this issue 4 years ago • 0 comments

Cases covered:

  1. when we change zoom levels, if the scroll is already at the end of the lane, the loading animation is appearing infinitely.
  2. if we want to stop the loading animation once the total number of records
  3. new set of records are not getting loaded, because the scroll end logic is not working in all browsers of all screen sizes.

Fixes: load the new set of records when the scroll is 10px above the scroll end until it reaches the total number of records in each lane Conditionally & optionally stop the infinite scroll fix pagination not working issue

satya-imaginea avatar Jul 08 '21 03:07 satya-imaginea