Basic Tables
Table head options
Use one of two modifier classes to make
<thead>
s appear light or dark gray.
# | Name | Access | |
---|---|---|---|
1 | Mark | XYZ@Example.com | Business |
2 | Jacob | XYZ@Example.com | Personal |
3 | Larry | XYZ@Example.com | Disabled |
4 | Mark | XYZ@Example.com | Business |
5 | Jacob | XYZ@Example.com | Personal |
Hoverable rows
Use .table-striped
to add zebra-striping to any table row
within the <tbody>
.
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |
Dark table
Your awesome text goes here.
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
Contextual classes
Use contextual classes to color table rows or individual cells.
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird | |
4 | Mark | Otto | @mdo |
5 | Jacob | Thornton | @fat |
6 | Larry | the Bird | |
7 | Jacob | Thornton | @fat |
8 | Larry | the Bird | |
9 | Jacob | Thornton | @fat |
10 | Larry | the Bird |
Captions Table
A <caption>
functions like a heading for a table.
It helps users with screen readers to find a table and understand
what it’s about and decide if they want to read it.
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
Small table
Add .table-sm
to make tables more compact by cutting cell padding in half.
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |