Answers for "bootstrap double header table"

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

d-print-table-cell bootstrap

<div class="d-print-none">Doesn't display when printing</div>
<div class="d-print-block">Displays as block when printing</div>
<div class="d-print-inline">Displays as inline when printing</div>
<div class="d-print-inline-block">Displays as inline-block when printing</div>Copy code
Posted by: Guest on August-30-2021

Code answers related to "bootstrap double header table"

Browse Popular Code Answers by Language