The TableHeader object represents an HTML table header element.
For each instance of a
<th> tag in an HTML document, a TableHeader object is created.
| Property |
Description |
IE |
F |
O |
W3C |
| abbr |
Sets or returns an abbreviated text for the table header
cell (for non-visual media such as speech or Braille) |
6 |
|
|
Yes |
| accessKey |
Sets or returns the keyboard key to access the table header cell |
5 |
|
|
? |
| align |
Sets or returns the horizontal alignment of data within the
table header cell |
4 |
|
|
Yes |
| axis |
Sets or returns a comma-delimited list of related table
header cells (categories) |
6 |
|
|
Yes |
| cellIndex |
Returns the position of the cell in the cells collection of
a row |
4 |
|
|
Yes |
| ch |
Sets or returns the alignment character for the table
header cell |
6 |
|
|
Yes |
| chOff |
Sets or returns the offset of alignment character for the
table header cell |
6 |
|
|
Yes |
| colSpan |
Sets or returns the number of columns the table header cell
should span |
4 |
|
|
Yes |
| headers |
Sets or returns a list of space-separated header cell ids |
6 |
|
|
Yes |
| height |
Sets or returns the height of the table header cell |
4 |
|
|
? |
| id |
Sets or returns the id of the table header cell (In IE 4 this
property is read-only) |
4 |
|
|
Yes |
| innerHTML |
Sets or returns the HTML between the start and end tags of
the table header cell |
4 |
|
|
? |
| innerText |
Sets or returns the text between the start and end tags of
the table header cell |
4 |
|
|
? |
| noWrap |
Sets or returns a Boolean value indicating whether or not
the browser automatically performs word wrap in the table header cell |
4 |
|
|
Yes |
| rowSpan |
Sets or returns the number of rows the table header cell
should span |
4 |
|
|
Yes |
| scope |
|
6 |
|
|
Yes |
| tabIndex |
Sets or returns the tab order for the table header cell |
5 |
|
|
Yes |
| vAlign |
Sets or returns how header cell content are vertically aligned |
4 |
|
|
Yes |
| width |
Sets or returns the width of the table header cell |
4 |
|
|
Yes |