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
activeadmin-axlsx/lib/active_admin/axlsx/resource_controller_extension.rb:11:in `per_page_with_xlsx'
add-> max_csv_records = 2000
or some other numbers. it result in db query -> limit 2000.
def per_page_with_xlsx
max_csv_records = 2000
if request.format == Mime::Type.lookup_by_extension(:xlsx)
return max_csv_records
end
per_page_without_xlsx
end
No description provided.
The text was updated successfully, but these errors were encountered: