User:Jeremy/sandbox: Difference between revisions

From WikiMSK
No edit summary
No edit summary
Line 1: Line 1:
<usescript src="Datatables.js/>
{{Authors
<usestyle src="Datatables.css/>
|Authors=Jeremy
<html>
|Additional contributors=
<script>
|Peer reviewer=
$(document).ready( function () {
}}
    $('#table_id').DataTable();
} );
 
</script>
<body>
<table id="table_id" class="display">
    <thead>
        <tr>
            <th>Column 1</th>
            <th>Column 2</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>Row 1 Data 1</td>
            <td>Row 1 Data 2</td>
        </tr>
        <tr>
            <td>Row 2 Data 1</td>
            <td>Row 2 Data 2</td>
        </tr>
    </tbody>
</table>
</body>
</html>

Revision as of 21:26, 9 April 2022

Written by: Dr Jeremy Steinberg – created: 20 March 2022; last modified: 24 October 2022