This component enables infinite scroll functionality in OutSystems applications, particularly for containers (like tables or lists), ensuring the action is triggered whenever the user scrolls to the bottom of the container. It works efficiently even with frictionless scroll wheels and high-DPI mice, making it suitable for modern web experiences.Key Features: Automatic Trigger on Scroll: Automatically triggers the action to load more data when the user reaches the bottom of the container. Handles Fast Scrolling: Works smoothly with frictionless or fast scroll wheels, ensuring no missed triggers. Efficient Event Handling: Prevents multiple triggers when data is being loaded, avoiding unnecessary calls. Customizable Threshold: Allows you to fine-tune the sensitivity of the scroll threshold, so it fits the needs of your application.Use Cases: Infinite scrolling on tables or lists with dynamically loaded data. Optimized scroll experience for users with frictionless scroll wheels or high-DPI mice.This component provides an easy-to-use solution for implementing infinite scroll behavior in OutSystems without needing to write extensive custom JavaScript for handling fast-scrolling behavior.
Adding the possibility of be used one same screen with multiple usages of the Web Block and improving the performance of the script for the scroll