Ability to set perPageOptions for Lenses #4198
Unanswered
trovster
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a lens which I want to limit the per-page options for. However, I am unable to do this. I would have hope the
perPageOptions()
method from the resource could be added to the lens and this used as an override. This doesn't work.The
LensRequest
uses the resourcesperPageOptions()
options.The
ResourceIndexRequest
has a check for relationship and uses the$perPageViaRelationship
options. A similar approach could be used for LensRequests.Beta Was this translation helpful? Give feedback.
All reactions