bootstrap 3 table heading responsive code example
Example 1: responsive table bootstrap 4
<div class="table-responsive-sm">
<table class="table">
...
</table>
</div>
Example 2: striped table bootstrap
<table class="table table-striped">
<div class="table-responsive-sm">
<table class="table">
...
</table>
</div>
<table class="table table-striped">