Striped
[table-wrap striped=”true”]
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Bird |
[/table-wrap]
Usage:
[well size=”lg”]
[table-wrap striped=”true”]
Standard HTML table code goes here.
[/table-wrap]
[/well]
bordered
[table-wrap bordered=”true” striped=”true”]
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Bird |
[/table-wrap]
Usage:
[well size=”lg”]
[table-wrap bordered=”true”]
Standard HTML table code goes here.
[/table-wrap]
[/well]