“mesa simples em bootstrap” Respostas de código

tabelas de bootstrap

<table class="table">
  <thead>
    <tr>
      <th scope="col">#</th>
      <th scope="col">First</th>
      <th scope="col">Last</th>
      <th scope="col">Handle</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row">1</th>
      <td colspan="3>Mark</td>
      <td>@mdo</td>
    </tr>
    <tr>
      <th scope="row">2</th>
      <td colspan="3>Jacob</td>
      <td>@fat</td>
    </tr>
    <tr>
      <th scope="row">3</th>
      <td colspan="3">Larry the Bird</td>
      <td>@twitter</td>
    </tr>
  </tbody>
</table>
Energetic Emu

mesa simples em bootstrap

<div class="table-responsive-md">
  <table class="table">
    ...
  </table>
</div>
surati_coding

Respostas semelhantes a “mesa simples em bootstrap”

Perguntas semelhantes a “mesa simples em bootstrap”

Procure respostas de código populares por idioma

Procurar outros idiomas de código