Jump to content

TestTable: Difference between revisions

From TwainFrame
No edit summary
No edit summary
Tag: Manual revert
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>
<table id="example" class="wikitable display" style="width:100%">
<table id="example" class="wikitable" style="width:100%">
   <thead>
   <thead>
     <tr>
     <tr>
Line 27: Line 27:
</table>
</table>


<script>
  $(document).ready(function() {
    $('#example').DataTable();
  });
</script>
----------------------
<table id="example" class="wikitable display" style="width:100%">
  <thead>
    <tr>
      <th>Illustrator</th>
      <th>Title</th>
      <th>Tags</th>
    </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>
<script>
   $(document).ready(function() {
   $(document).ready(function() {

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