Sha256: ec4132edb3f9aeb1ca5c376ba2b1e87bcb0e35905802e998d1f4e2e1987c6f68

Contents?: true

Size: 855 Bytes

Versions: 10

Compression:

Stored size: 855 Bytes

Contents

<keppler-component>
  <table class="table table-bordered"> 
    <thead> 
      <tr> 
        <th>#</th> 
        <th>First Name</th> 
        <th>Last Name</th> 
        <th>Username</th> 
      </tr> 
    </thead> 
    <tbody> 
      <tr> 
        <th scope="row">1</th> 
        <td>Mark</td> 
        <td>Otto</td> 
        <td>@mdo</td> 
        </tr> 
      <tr> 
        <th scope="row">2</th> 
        <td>Jacob</td> 
        <td>Thornton</td> 
        <td>@fat</td> 
      </tr> 
      <tr> 
        <th scope="row">3</th> 
        <td>Larry</td> 
        <td>the Bird</td> 
        <td>@twitter</td> 
        </tr> 
    </tbody> 
  </table>
</keppler-component>
<script>
  'bootstrap-table', {
    label: 'Table',
    category: 'Bootstrap',
    attributes: { class:'fa fa-table' },
    content: {
      style: function() {}
    }   
  }
</script>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
keppler-2.1.11 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html
keppler-2.1.10 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html
keppler-2.1.6 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html
keppler-2.1.5 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html
keppler-2.1.4 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html
keppler-2.1.3 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html
keppler-2.1.2 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html
keppler-2.1.1 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html
keppler-2.1.pre.p1 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html
keppler-2.1 installer/core/rockets/keppler_frontend/app/assets/html/keppler_frontend/app/bootstrap/bstp-table.html