# | First Name | Last Name | Username | Status |
---|---|---|---|---|
1 | Mark | Otto | @mdo | |
2 | Jacob | Thornton | @fat | |
3 | Larry | the Bird | ||
4 | John | Doe | @johndoe |
<table class="table">...</table>
# | First Name | Last Name | Username | Status |
---|---|---|---|---|
1 | Mark | Otto | @mdo | |
2 | Jacob | Thornton | @fat | |
3 | Larry | the Bird | ||
4 | John | Doe | @johndoe |
<table class="table table-bordered">...</table>
# | First Name | Last Name | Username | Status |
---|---|---|---|---|
1 | Mark | Otto | @mdo | |
2 | Jacob | Thornton | @fat | |
3 | Larry | the Bird | ||
4 | John | Doe | @johndoe |
<table class="table table-striped">...</table>
# | First Name | Last Name | Username | Status |
---|---|---|---|---|
1 | Mark | Otto | @mdo | |
2 | Jacob | Thornton | @fat | |
3 | Larry | the Bird | ||
4 | John | Doe | @johndoe |
<div class="panel panel-primary margin-bottom-40">...</div>
# | First Name | Last Name | Username | Status |
---|---|---|---|---|
1 | Mark | Otto | @mdo | |
2 | Jacob | Thornton | @fat | |
3 | Larry | the Bird | ||
4 | John | Doe | @johndoe | |
5 | Jane | Roe | @janeroe |
<tr class="warning">...</tr> <tr class="success">...</tr> <tr class="danger">...</tr> <tr class="info">...</tr> <tr class="active">...</tr>