Tables
Basic Example
Optional table caption.
| # | First Name | Last Name | Username |
|---|
| 1 | Max | Mustermann | @max |
| 2 | John | Doe | @johnd |
| 3 | Jane | Doe | @janeDoe |
<table class="table">
...
</table>
Bordered Table
Optional table caption.
| # | First Name | Last Name | Username |
|---|
| 1 | Max | Mustermann | @max |
| 2 | John | Doe | @johnd |
| 3 | Jane | Doe | @janeDoe |
<table class="table table-bordered">
...
</table>
Grid Table
Optional table caption.
| # | First Name | Last Name | Username |
|---|
| 1 | Max | Mustermann | @max |
| 2 | John | Doe | @johnd |
| 3 | Jane | Doe | @janeDoe |
<table class="table table-grid">
...
</table>