Tables
Documentation and examples for opt-in styling of tables (given their prevalent use in JavaScript plugins) with Bootstrap.
Basic Examples
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
You can also invert the colors—with light text on dark backgrounds—with .table-dark
.
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
Use the modifier classes .thead-light
to make <thead>
s appear light.
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
Add border to the top of the thead
with the .thead-light
class. New
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
.table-nowrap
fixes horizontal scrollbar/alignment in responsive. New
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | This is a long text to demonstrate the proper responsiveness in smaller devices. | @fat |
3 | Larry | the Bird |
Center align tbody items with the .table-align-middle
class. New
# | First | Last | Handle |
---|---|---|---|
1 | Mark Markus |
Otto | @mdo |
2 | Jacob Jacy |
Thornton | @fat |
3 | Larry Larry |
the Bird |