solidusio / solidusio/solidus

Make per-page count configurable on admin index pages

Open
#6,520 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.