Answers for "how to make a table behave like div in bootstrap"

2

bootstrap table row span

<td colspan="2">Content here</td> // or...
<td rowspan="2">Content here</td>
Posted by: Guest on July-03-2020
1

Bootstrap table small

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

Code answers related to "how to make a table behave like div in bootstrap"

Browse Popular Code Answers by Language