A Table Row Group component is part of a Table component and always contains one or more Table Column components. When you add a Table component to a Visual Web JSF page, a Table Row Group component is automatically added to the Table Component. You can drag a Table Row Group component from
the Palette's Basic category to a table to add a new set of five rows and three columns, each with a column header, to the table, which you can then customize. You might add new Table Row Group components to a table if you want rows in the table to look different or to be bound to different data providers.
Table Row Groups render as <tr>
tags in HTML. The Table Row Group component is called a tableRowGroup
in the JSP code, and the associated Java class in the page bean is TableRowGroup
.
To work with a Table Row Group component, you can select it in the Navigator window and then edit its properties in the Row Group Properties window.
For a detailed view of the elements of a table, see Table Component Structure.