Jump to content

TestTable: Difference between revisions

From TwainFrame
No edit summary
No edit summary
Tag: Manual revert
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| id="illust-table" class="wikitable datatable"
<html>
! Illustrator !! Title !! Tags
<table id="example" class="wikitable" style="width:100%">
|-
  <thead>
| H. Schrödter || Pap         || -huck -drawing -papfinn -2p
    <tr>
|-
      <th>Illustrator</th>
| E. W. Kemble || A Fair Fit || -huck -2p -jim -drawing
      <th>Title</th>
|-
      <th>Tags</th>
| E. Hirth     || Tragedy     || -king -1p -drawing
    </tr>
|}
  </thead>
  <tbody>
    <tr>
      <td>H. Schrödter</td>
      <td>Pap</td>
      <td>-huck -drawing -papfinn -2p</td>
    </tr>
    <tr>
      <td>E. W. Kemble</td>
      <td>A Fair Fit</td>
      <td>-huck -2p -jim -drawing</td>
    </tr>
    <tr>
      <td>E. Hirth</td>
      <td>Tragedy</td>
      <td>-king -1p -drawing</td>
    </tr>
  </tbody>
</table>
 
<script>
  $(document).ready(function() {
    $('#example').DataTable();
  });
</script>
 
</html>

Latest revision as of 02:43, 25 June 2025

Illustrator Title Tags
H. Schrödter Pap -huck -drawing -papfinn -2p
E. W. Kemble A Fair Fit -huck -2p -jim -drawing
E. Hirth Tragedy -king -1p -drawing