HTML
bootstrap responsive table
<div class="table-responsive">
<table class="table">
<caption>List of users</caption>
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
table bootstrap with scrool
<div style="height: 600px;overflow: scroll;">
<!-- change height to increase the number of visible row -->
<table></table>
</div>
bootstrap table
<table class="table table-sm table-dark">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td colspan="2">Larry the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
Bootstrap table small
<table class="table table-sm">
...
</table>
Bootstrap Table
. . .
<div class="row row-content">
<div class="col-sm-9">
<h2>Facts & Figures</h2>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr class="bg-primary text-light">
<th></th>
<th>2016</th>
<th>2017</th>
<th>2018</th>
</tr>
</thead>
<tbody class="table-primary">
<tr>
<th>Staff Wilderness Experts</th>
<td>10</td>
<td>20</td>
<td>40</td>
</tr>
<tr>
<th>New Campers</th>
<td>256</td>
<td>1,280</td>
<td>5,360</td>
</tr>
<tr>
<th>Square Miles Covered</th>
<td>101,325</td>
<td>423,000</td>
<td>~3,000,000,000</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
. . .
bootstrap table responsive
<table class="table table-responsive">
...
</table>
table in bootstrap 4
<table class="table table-dark">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
bootstrap table
<table class="table">
<thead>
<tr> <th>Head 1</th> <th>Head 2</th> <th>Head 3</th> </tr>
</thead>
<tbody>
<tr> <td>cell</td> <td>cell</td> <td>cell</td> </tr>
<tr> <td>cell</td> <td>cell</td> <td>cell</td> </tr>
</tbody>
<tfoot>
<tr> <th>Footer 1</th> <th>Footer 2</th> <th>Footer 3</th> </tr>
</tfoot>
</table>
bootstrap table
<table class="table table-hover table-dark">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td colspan="2">Larry the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
striped table bootstrap
// Add the table and table striped class from bootstrap
<table class="table table-striped">
bootstrap tables
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td colspan="3>Mark</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td colspan="3>Jacob</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td colspan="3">Larry the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
Bootsrap table
<table class="table table-bordered border-primary">
...
</table>
bootstrap table
<table class="table table-dark table-hover">
...
</table>
bootstrap table
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css">
Boostrap Table
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td colspan="2">Larry the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
bootstrap table
<table class="table table-hover">
...
</table>
getbootstrap.com table
<nav class="navbar navbar-light bg-light">
<span class="navbar-text">
Navbar text with an inline element
</span>
</nav>