basic table
- home
- tables
- basic table
Basic Tables
use class .table to any <table>
| ID | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Birdr | |
| 4 | Cedric | Kelly | @telly |
| 5 | Satou | Airi | @airi |
Table Hover
use class .table-hover to any <table>
| ID | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Birdr | |
| 4 | Cedric | Kelly | @telly |
| 5 | Satou | Airi | @airi |
table striped rows
use class .table-striped to any <table>
| ID | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Birdr | |
| 4 | Cedric | Kelly | @telly |
| 5 | Satou | Airi | @airi |
Table Bordered
use class .table-bordered to any <table>
| ID | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Birdr | |
| 4 | Cedric | Kelly | @telly |
| 5 | Satou | Airi | @airi |