Tables
Table style names are denoted in quotation marks. Multiple table styles can be added to a single table to combine effects.
Default table
| R1, C1 | R1, C2 |
| R2, C1 | R2, C2 |
| R3, C1 | R3, C2 |
Full width table ("tblFullWidth")
| R1, C1 | R1, C2 |
| R2, C1 | R2, C2 |
| R3, C1 | R3, C2 |
White background (no alternating rows) ("tblWhite")
| R1, C1 | R1, C2 |
| R2, C1 | R2, C2 |
| R3, C1 | R3, C2 |
Row borders ("tblRowBorders")
| R1, C1 | R1, C2 |
| R2, C1 | R2, C2 |
| R3, C1 | R3, C2 |
No cell borders ("tblNoBorders")
| R1, C1 | R1, C2 |
| R2, C1 | R2, C2 |
| R3, C1 | R3, C2 |
Row borders only (no cell/outside borders) ("tblRowBorders tblNoBorders")
| R1, C1 | R1, C2 |
| R2, C1 | R2, C2 |
| R3, C1 | R3, C2 |
Text aligned to top
| R1, C1 | R1, C2 Multi-line text |
| R2, C1 | R2, C2 Multi-line text |
| R3, C1 | R3, C2 Multi-line text |
Table with headings (heading tags)
Heading |
Heading |
| R2, C1 | R2, C2 |
| R3, C1 | R3, C2 |
Table with semantic table cell headings
| Heading | Heading | |
|---|---|---|
| Heading | R2, C2 | R2, C3 |
| Heading | R3, C2 | R3, C3 |
| Heading | R4, C2 | R4, C3 |
Table with row hover state ("hover")
| R1, C1 | R1, C2 |
| R2, C1 | R2, C2 |
| R3, C1 | R3, C2 |
