FAQ: How do I change the number of rows that are shown in a custom report?
…you can override these values in the configuration file config/config.ini.php. For example, to limit all table to 5000 entries, add the following in config/config.ini.php: [CustomReports] datatable_archiving_maximum_rows_custom_reports = 5000 datatable_archiving_maximum_rows_subtable_custom_reports =…