-
|
When using a Relationship Field (with more than one relationship models) on a Resource, it is displayed as table below with 5 entries per page. It would be cool to be able to define how much entries per page should be visible there. I didn't find any way to do this (the easy way) right now. |
Beta Was this translation helpful? Give feedback.
Answered by
pcorrick
Apr 8, 2022
Replies: 1 comment 1 reply
-
|
I believe you can set this on your Resource class, for example: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you can set this on your Resource class, for example:
public static $perPageViaRelationship = 10;