Lens ignores perPageOptions #5764
Unanswered
puzzledmonkey
asked this question in
Ideas & Feature Requests
Replies: 1 comment 1 reply
-
|
Lens doesn't have that options and only reuse the resource perPageOptions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Lenses ignore perPageOptions and fall back to the resource per page options
Detailed steps to reproduce the issue on a fresh Nova installation:
public static $perPageOptions = [50, 100];to the Lens classI'm not sure if this counts as a new feature but it would make sense to me if the lens per page options could be set independently of the main resource's.
Beta Was this translation helpful? Give feedback.
All reactions