Responsive bootstrap table
<div class="container mt-3"> <h2>Responsive Table</h2> <p>The .table-responsive class adds a scrollbar to the table when needed:</p> <div class="table-responsive"> <table class="table table-striped"> <thead> <tr> <th>#</th> <th>Firstname</th> <th>Lastname</th> <th>Age</th> <th>City</th> <th>Country</th> <th>Sex</th>…