You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have ActiveAdmin running with a large database, where, many of the resources should have the pagination_total: false, otherwise our requests will time out.
It would be nice for us to set some application-wide config disallowing the pagination by default, and only allowing where specifically required.
I'm happy to take on this feature with a bit of guidance!
Uh oh!
There was an error while loading. Please reload this page.
We have ActiveAdmin running with a large database, where, many of the resources should have the
pagination_total: false
, otherwise our requests will time out.It would be nice for us to set some application-wide config disallowing the pagination by default, and only allowing where specifically required.
I'm happy to take on this feature with a bit of guidance!
This appears to be the line in question:
activeadmin/lib/active_admin/views/components/paginated_collection.rb
Line 45 in fdef557
It should be possible to check the config in the default block.
The text was updated successfully, but these errors were encountered: