A table of fixed height, where the content can scroll vertically using a right-hand scroll bar. The table header remains in a fixed position, so even as the content scrolls, the column headers remain visible.
Internet Explorer 7+, Firefox 3+, Safari 4+
- Unique Element ID
- The value for the id attribute assigned to the inserted root HTML tag for the component. This value is used to uniquely identify the component.
- Collapse Borders
- Should table borders be collapsed so that they do not appear to have double-thickness?
- Table Border Width
- The width of the border placed around the entire table, including the scroller, in pixels.
- Table Border Color
- The color of the border placed around the entire table.
- Has Header
- Does the table have a header with column titles?
- Header Background Color
- The background color of the table header.
- Header Text Color
- The text color of the titles in the table header.
- Header Border Width
- The width of the border that separates table header cells, in pixels.
- Header Border Color
- The color of the border that separates table header cells.
- Cell Primary Background Color
- The background color of table cells.
- Has Alternate Background Color
- If selected, table rows will alternate colors between Cell Primary Background Color and Cell Alt Background Color.
- Cell Alt Background Color
- The alternate background color for table cells. This is applicable only if Has Alternate Background Color is selected.
- Cell Text Color
- The color of text within the table body.
- Cell Border Width
- The width of the border that separates table cells, in pixels.
- Cell Border Color
- The color of the border that separates table cells.
- Header Font
- The font of text in the table header.
- Cell Font
- The font of text in the table body.
- Table Width
- The width of the table. Select "Default" to specify that the table will size automatically based on its contents. Otherwise, the table width can be specified in pixels or as a percentage.
- Table Height
- The height of the table. Select "Default" to specify that the table will size automatically based on its contents. Otherwise, the table height can be specified as a percentage.
- Header Height
- The height of the table header, in pixels.
- Header Padding
- The padding around header text, in pixels.
- Default Cell Height
- The minimum height of rows in the table body, in pixels. Rows will expand if needed to fit their cell contents, but the height will never be less than the value of Default Cell Height. Set this option to 0 if there should be no default height.
- Cell Padding
- The padding around the contents of a table body cell, in pixels.
- Cell Spacing
- The empty spacing around each table cell, in pixels.
- Table Rows
- The number of rows in the table body.
- Table Columns
- The number of columns in the table.