12 Tables Tables

Here's a bare table example (no classes added)

This is an example table, and this is its caption to describe the contents.
Table heading Table heading Table heading Table heading
Table cell Table cell Table cell Table cell
Table cell Table cell Table cell Table cell
Table cell Table cell Table cell Table cell

12.1 Tables - Basic Basic

Bootstrap provides .table applied to a <table> for simple styling

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter

Striped

Table striping can be achieved with .table.table-striped

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter

12.2 Tables - Pagination Pagination

TODO Coming soon!