How to make HTML table responsive in bootstrap 4
Sometimes, when a table has too many columns, it can overflow horizontally beyond the screen. To fix this, Bootstrap 4 provides the .table-responsive class, which makes the HTML table scrollable and responsive on smaller screens.