Bootstrap - Responsive table

0 votes
197 views
added Apr 3, 2020 in Bootstrap by LC Marshal Captain (25,790 points)
<!--Wrap the <table> with .table-responsive class-->

<div class="table-responsive">
  <table class="table">
  </table>
</div>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...