Answers for "bootstrap table code snippet"

CSS
2

bootstrap make table compact

table-sm
To reduce the cell padding on your tables add a class .table-sm to your Bootstrap table. 
Example below

<table class="table table-sm">
Posted by: Guest on November-02-2021
0

bootstrap table responsive

<table class="table table-responsive">
  ...
</table>
Posted by: Guest on November-06-2021

Browse Popular Code Answers by Language