Pager still displayed on bottom of list pages

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
sticcino
User
Posts: 1043

Pager still displayed on bottom of list pages

Post by sticcino »

Hi,
v2023

trying to test the infinite scroll, i unchecked the "paging section at top/bottom", but the bottom pager still appears on the list pages, the top pager is removed.


mobhar
User
Posts: 11703

Post by mobhar »

I can reproduce the same issue, too.


arbei
User
Posts: 9356

Post by arbei »

Pager means the next/prev buttons. You still need the lower panel for record count and buttons (e.g. Add button). If you really don't want to show it, you may simply add a CSS style under HTML -> Styles ->User.


mobhar
User
Posts: 11703

Post by mobhar »

That's okay for lower panel. The issue is, the Pager (Next and Prev buttons) is still visible in that lower panel when Infinite Scroll is enabled.

The part of Pager that must be visible should be the Label which will output: Record x to y of total.


arbei
User
Posts: 9356

Post by arbei »

Have you enabled Allow no paging section?


mobhar
User
Posts: 11703

Post by mobhar »

Yes. Either enable or disable that option, the issue still remains. The Next/Prev buttons still appears.


sticcino
User
Posts: 1043

Post by sticcino »

cleared out my output folder and regenerated, appears infinite scrolling is working, pager panels are not visible.

thanks!


Post Reply