Answers for "bootstrap rtl table"

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

<div class="table-responsive-sm">
  <table class="table">
    ...
  </table>
</div>
Posted by: Guest on March-01-2021

Browse Popular Code Answers by Language