Sha256: b9124e6e34e2cb25a95a071c5d856df1b4601109b425ee35ce5a54620e5b32a8

Contents?: true

Size: 1.23 KB

Versions: 37

Compression:

Stored size: 1.23 KB

Contents

<style>
  #table1 th, #table1 td {
    width: 100px;
    padding: 0;
  }
</style>

<table border="1" cellspacing="2" id="table1">
  <thead>
    <tr id="row1">
      <th colspan="6">THEAD</th>
    </tr>
  </thead>
  <tbody>
    <tr id="row2">
      <th>Head1</th>
      <th>Head2</th>
      <th rowspan="2">Head3</th>
      <th>Head4</th>
      <th rowspan="4">Head5</th>
      <th>Head6</th>
    </tr>
    <tr id="row3">
      <td>Column1</td>
      <td>Column2</td>
      <td>Column4</td>
      <td>Column6</td>
    </tr>
    <tr id="row4">
      <td>Column1</td>
      <td>Column2</td>
      <td>Column3</td>
      <td>Column4</td>
      <td>Column6</td>
    </tr>
    <tr id="row5">
      <th>Head1</th>
      <th>Head2</th>
      <th rowspan="2">Head3</th>
      <th>Head4</th>
      <th>Head6</th>
    </tr>
    <tr id="row6">
      <td>Column1</td>
      <td>Column2</td>
      <td>Column4</td>
      <td>Column5</td>
      <td>Column6</td>
    </tr>
    <tr id="row7">
      <td colspan="2">Column1</td>
      <td colspan="4">Column2</td>
    </tr>
  </tbody>
  <tfoot>
    <tr id="row8">
      <td>Column1</td>
      <td>Column2</td>
      <td>Column3</td>
      <td>Column4</td>
      <td>Column5</td>
      <td>Column6</td>
    </tr>
  </tfoot>
</table>

Version data entries

37 entries across 37 versions & 3 rubygems

Version Path
kiteditor-1.0.25 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.24 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.23 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.22 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.21 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.20 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.19 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.18 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.17 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.16 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.14 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.13 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.12 spec/javascripts/fixtures/mercury/table_editor.html
kiteditor-1.0.11 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.10 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.9 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.8 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.7 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.6 spec/javascripts/templates/mercury/table_editor.html
kiteditor-1.0.5 spec/javascripts/templates/mercury/table_editor.html