What You’ll Learn
- Adding CSS IDs to report table sections
- Writing CSS to limit displayed rows
- Customizing the number of entries shown
- Uploading modified templates
Extension Add-on - This add-on provides standalone functionality within MainWP Dashboard. No third-party plugins required.
If you are using the built-in template, you will have to create a custom one, otherwise an update to Pro Reports extension will overwrite your changes. To learn more about editing and customizing the PHP file of the Pro Report templates, please visit this help document.
Example for Backup data section
In this example, we will cover how to limit the entries in the Backups section to 5, but the same logic applies to other data sections. In the Backups Data section, attach a CSS ID to the body of the table, as so:
</code> section, at the top of the PHP file, add the following:
5 in these brackets (-n+5) to a desired number of entries to be shown.


Related Resources
- Create Custom Report Templates - Build custom PHP templates
- Pro Reports Extension - Main Pro Reports documentation
- Available Pro Reports Tokens - Complete token reference