Bootstrap Tables - W3Schools
https://www.w3schools.com/bootstrap/bootstrap_tables.aspResponsive Tables The .table-responsive class creates a responsive table. The table will then scroll horizontally on small devices (under 768px). When viewing on anything larger than 768px wide, there is no difference: Example <div class="table-responsive"> <table class="table"> ... </table> </div> Try it Yourself » Test Yourself With Exercises