Template - Tables
Last updated
UPDATED: Please head over to our new GitHub Support Site for help, examples, tips and tricks: https://github.com/AttackForge/ReportGen
You can add tables with repeating rows as follows:

The output in your report will appear as follows:

You can combine this with Conditions to colour-code the relevant sections:

The output will appears as follows:

You can add custom logic to your table rows, for example to render the background of a cell different based on certain conditions.


Last updated