Answers for "bootstrap table-fixed"

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
2

Bootstrap table small

<table class="table table-sm">
  ...
</table>
Posted by: Guest on October-11-2021

Code answers related to "bootstrap table-fixed"

Browse Popular Code Answers by Language