Answers for "bootstrap table responsive with page"

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

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

Code answers related to "bootstrap table responsive with page"

Browse Popular Code Answers by Language