March 7, 2026
11:42 p.m.
John Price wrote:
For any setting N items per page, if actualy number of items is less than or equal to N, no need to render, no need for dropdown. Don't show it.
Wouldn't that result in a situation where you can use the dropdown to show more entries, but would often not be able go back to show less entries, as the dropdown won't be displayed?
For example, if the list has 175 entries and 25 are shown. You would be able to switch the display to show 200 entries, but then you can't go back to 100 or 50 entries if 200 are too much for you, as the dropdown is not shown any longer (because all 175 entries fit on one page that will show up to 200 entrues).
-thh