bootstrap table for mobile view code example
Example 1: bootstrap table dense
<!-- BOOTSTRAP V3 -->
<table class="table table-condensed">
...
</table>
<!-- BOOTSTRAP v4 -->
<table class="table table-sm">
...
</table>
Example 2: compact table bootstrap
Condensed Table
The .table-condensed class makes a table more compact by cutting cell padding in half