# 22-Apr-2026 — repeat pagination row below event list [closes #227](https://github.com/nbarrett/ngx-ramblers/issues/227)

## [build 619](https://github.com/nbarrett/ngx-ramblers/actions/runs/24768904941) — [commit f2f2a5c](https://github.com/nbarrett/ngx-ramblers/commit/f2f2a5c779b2e334f7015b1d0bcfa619fbc35adb)

_____

- Adds a second pagination control underneath the walks listing, shown
whenever there is more than one page and the view is not the map. This
mirrors the existing row at the top so that users who have scrolled to
the bottom of a long list - especially on mobile - can see at a glance
that more walks are available and page forward without scrolling back
up.

- Uses the same bindings as the top pagination (shared pageNumber,
paginationTotalItems, pageChanged handler), so both controls stay in
sync automatically.
- see example screenshot below of repeated pagination where page contains enough scrollable content search that top pagination is out of view:

![](https://ngx-ramblers.org.uk/api/aws/s3/site-content/20d53bdd-ea5e-4eb0-b859-3028f470e94e.jpeg)