When using Collection List Pagination in Webflow, clicking “Next” or “Previous” often causes the page to refresh to the top. This happens because Webflow reloads the entire page instead of dynamically loading the next set of collection items. Here’s how to improve user experience.
If AJAX pagination doesn't work as expected, add custom JavaScript to scroll back to the Collection List’s position after pagination.
tag).
For a no-code approach, Jetboost provides dynamic, AJAX-powered pagination without needing custom scripts.
Webflow's default pagination reloads the page, causing it to jump to the top. Enable AJAX pagination, use JavaScript to retain scroll position, or leverage a third-party tool like Jetboost for real-time loading.