Closed bmamouri closed 2 months ago
This works for me, you likely forgot to set the limits available as it needs to be one of the valid options:
pagination: {
limits: [10, 13, 1000],
defaultLimit: 1000,
},
Let me know if this works for you on the latest beta
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.
Link to reproduction
No response
Environment Info
Describe the Bug
The admin is ignoring "pagination.defaultLimit" entirely.
This is an example collection that have a
defaultLimit
which is ignored in the admin page.Reproduction Steps
Create a collection with defaultLimit set to a number greater than 10.
Go to admin page and the collection page, and you will notice that each page is still showing 10 items per page.
Adapters and Plugins
No response