Answers for "table in mobile view bootstrap"

-1

responsive table bootstrap 4

<div class="table-responsive-sm">
  <table class="table">
    ...
  </table>
</div>
Posted by: Guest on March-01-2021
1

bootstrap table dense

<!-- BOOTSTRAP V3 -->
<table class="table table-condensed">
  ...
</table>
<!-- BOOTSTRAP v4 -->
<table class="table table-sm">
  ...
</table>
Posted by: Guest on June-30-2020
0

getbootstrap.com table

<nav class="navbar navbar-light bg-light">
  <span class="navbar-text">
    Navbar text with an inline element
  </span>
</nav>
Posted by: Guest on May-05-2021

Code answers related to "table in mobile view bootstrap"

Browse Popular Code Answers by Language