Summary
The Table control is responsible for the appearance of the content tables. This is a standard HTML control.
Usage
To specify the Table control parameters, please go to Styles >> Default styles >> Table and highlight the sample table to edit. When you have selected the table in the preview area, the four main sections appear in the Property Window:
In the Body section, styles for the default and hovered view of the whole table body (each table row) can be specified as well as text styling for the table.
The same parameters can be adjusted for the table heading row (<th></th>
) in the Header section.
In the Alternate Row section, you can style rows so that they will differ from those they alternate with.
The Footer section allows you to customize the table footer. It uses <tfoot></tfoot>
tag.
The control can be added from a CMS back-end. It can also be added manually by using the HTML control and <table></table>
and <th></th>
tags.
Other necessary tags like <tr></tr>
and <tbody></tbody>
are added automatically.
Sample
See Also
HTML control
### Summary
The **Table** control is responsible for the appearance of the content tables. This is a standard HTML control.
### Usage
To specify the **Table** control parameters, please go to **Styles** >> **Default styles** >> **Table** and highlight the sample table to edit. When you have selected the table in the preview area, the four main sections appear in the **Property Window**:
In the **Body** section, styles for the default and hovered view of the *whole table body* (each table row) can be specified as well as text styling for the table.
The same parameters can be adjusted for the *table heading row* (`<th></th>`) in the **Header** section.
In the **Alternate Row** section, you can style rows so that they will *differ from those they alternate with*.
The **Footer** section allows you to customize the *table footer*. It uses `<tfoot></tfoot>` tag.
The control can be added from a CMS back-end. It can also be added manually by using the [HTML control](page:4757) and `<table></table>` and `<th></th>`tags.
Other necessary tags like `<tr></tr>` and `<tbody></tbody>` are added automatically.
### Sample
!table-control.png!
### See Also
[HTML control](page:4757)