Answers for "customize table columns in bootstrap"

CSS
1

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

Code answers related to "customize table columns in bootstrap"

Browse Popular Code Answers by Language