Tables
Basic Table
Add class .table
inside table element
ID | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
Stripe Table
Add class .table-striped
inside table element
ID | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
Basic DataTables Table
Bordered Table
Add class .table-bordered
for borders on all sides of the table and cells.
ID | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird | Gogles |
Compact Table
Add class .table-sm
to make tables more compact by cutting cell padding in half.
ID | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird | Gogles |