Skip to content

Make per-page count configurable on admin index pages #6520

Description

@senemsoy

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions