Answers for "bootstrap table for mobile view"

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
-3

compact table bootstrap

Condensed Table
The .table-condensed class makes a table more compact by cutting cell padding in half
Posted by: Guest on May-30-2020

Code answers related to "bootstrap table for mobile view"

Browse Popular Code Answers by Language