Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

side by side tables in bootstrap

<div class="row">
  <div class="table-responsive col-md-6">
      <table>...</table>
  </div>
  <div class="table-responsive col-md-6">
      <table>...</table>
  </div>
</div>
 
PREVIOUS NEXT
Tagged: #side #side #tables #bootstrap
ADD COMMENT
Topic
Name
2+7 =