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+
To appear correctly in Internet Explorer, Scrollable Table must be rendered in Internet Explorer's standards mode. To ensure this, make sure that a valid Document Type Definition appears at the beginning of the document, such as:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN" "http://www.w3.org/TR/html4/loose.dtd">
- 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.
- 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.
- 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.
- 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.
- Table Body Height
- The height of the table body, in pixels. A scrollbar will appear if the actual height required by the table exceeds the value of Table Body Height.
- Table Rows
- The number of rows in the table body.
- Table Columns
- The number of columns in the table.
- Column Width
- The width of a table column, in pixels.
- Title
- The title text of a table column, placed in the table header.
- Content Alignment
- The alignment of cell contents within a table column. This excludes the header, which is always centered.