Make per-page count configurable on admin index pages
Open
@senemsoy is already working on this.
Since Aug 26, 2026.
changelog:solidus_admin
- Dominant language
- Ruby
- Stars
- 5.3k
- Forks
- 1.4k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 62
Description
Desired Behavior
Currently there's no simple way of configuring how many resources are shown per page on admin index pages, and we have to decorate the controller to do so. Index controllers call set_page_and_extract_portion_from(records) with no per_page:, so page size is fixed to geared_pagination's default ([15, 30, 50, 100]). Would be nice to make this easily configurable so we can determine how many resources to show per page on different index pages.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.