Answers for "bootstrap compact table"

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

Browse Popular Code Answers by Language