Use the following settings to specify whether header cells should be grouped. These settings work in concert with ColGroup and RowGroup cells: header cells that are assigned [HtmlStyles] property ColGroup or RowGroup, described in §35.2.2 Using paragraph formats for table-cell attributes; or that contain PI marker type CellGroup, described in §35.2.4 Using PI markers for table-cell attributes.
[Tables] ; ColGroupHead is "group" by default; it is used in the id attrs ; of header cells containing a para format with [HtmlStyles]ColGroup. ColGroupHead=group ; RowGroupHead is "group" by default; it is used in the id attrs ; of left cells containing a para format with [HtmlStyles]RowGroup. ; If ColGroup is used, first ID numerically follows last ColGroup ID. RowGroupHead=group ; ColGroupIDs = No (default) ; or Yes (to use id="groupN" in col head cells identified ; as ColGroup via [HtmlStyles] or the CellGroup marker col.) ColGroupIDs=No ; RowGroupIDs = No (default) ; or Yes (to use id="groupN" in row head cells identified ; as RowGroup via [HtmlStyles] or the CellGroup marker row.) RowGroupIDs=No
Column-group and row-group identifiers
The values you specify for ColGroupHead and RowGroupHead are the names DITA2Go uses for column-group and row-group identifiers. For example, if you specify ColGroupHead=gname, every ColGroup cell gets attribute id="gnameN". If you do not specify values for ColGroupHead and RowGroupHead, DITA2Go uses the default name, group, for both; and numbers the row groups starting where the column-group numbers end.
When you specify ColGroupIDs=Yes, DITA2Go generates the following identifiers:
Specifying ColGroupIDs=Yes prevents assignment of a single-column ID to the id="groupN" cell, but does not prevent this assignment to the headers=groupN cells to the right of the id="groupN" cell. See §36.3.8 Identifying individual table cells by row and column for information about specifying IDs for individual columns. See also §36.5.1 Understanding how the ColGroup property works.
When you specify RowGroupIDs=Yes, DITA2Go generates the following identifiers:
Specifying RowGroupIDs=Yes prevents assignment of a row ID to the RowGroup cell, but does not prevent this assignment to the headers="groupN" cells below the id="groupN" cell. See §36.3.8 Identifying individual table cells by row and column for information about specifying IDs for individual rows. See also §36.5.2 Understanding how the RowGroup property works.