class Tablo::RowGroup(T)

Overview

The main purpose of the RowGroup class is to manage the alternation of different types of rows and the types of rules that separate them.

Each time the data source is read and ready to print, an instance of the RowGroup class is created to display the body and all other possible previous row types and rule types.

To do this, the previous and current row types are used to determine the rule type and border position to be used.

The RowGroup class also manages the transition between the main table and its child, the summary table, where applicable.

The RowGroup class is of crucial importance for managing table layout, but it is only used internally and therefore has no public interface.

Defined in:

rowgroup.cr