Groups

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Tables >

Groups

 

To make a grouped report use METADATA.group attrribute. It specifies a comma-separated list of fields that are grouped.

By default, totals are displayed for each group. If you want to add a common totals below table use alltotals = "true" attribute of METADATA tag.

Group row (tr) are marked with group class, which could be used for styling.

 

Group rows are generated using template-group-row template.

Default template-group template contains space-separated grouping fields.