react-trello
react-trello copied to clipboard
Control infinite scrolling
Cases covered:
- when we change zoom levels, if the scroll is already at the end of the lane, the loading animation is appearing infinitely.
- if we want to stop the loading animation once the total number of records
- 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