Portlet Factory, Version 6.1.2
Table Look and Feel
The HTML attribute settings of the table and the table rows and columns may be defined in two places.
- The HTML component as placeholder of the table (Name field in the Dynamic Table builder)
- All the attributes of the placeholder component are copied to the table.
- The Attribute Setter builder
- After you create a table with the Dynamic Table builder, you can set additional attributes or override the existing attribute settings with an Attribute Setter builder.
When that table is processed, the table placeholder's children are parsed to look for all its TR elements. The first TR element found is used for the formatting of the header row. The rest of the TR elements are used to present the table rows and repeated as a group. The TD elements found inside the first TR element are used for displaying the header cells. They are also repeated as a group. The TD elements in the second TR element are used for the data cells. TD elements found anywhere else are ignored.
Parent topic: Using the Dynamic Table builder
Library | Support |