Changes

776 bytes removed ,  09:49, 24 March 2023
no edit summary
Line 1: Line 1: −
<head>
+
<!-- more rows... -->{| class="wikitable sortable mw-collapsible mw-collapsed"
  <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.11.4/datatables.min.css"/>
+
|+
  <script type="text/javascript" src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
+
!essai
  <script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.11.4/datatables.min.js"></script>
+
!nom
</head>
+
!prénom
 
+
!date
<body>
+
|-
  <table id="myTable" class="wikitable">
+
|1
    <thead>
+
|al
      <tr>
+
|Hicham
        <th>Family Name</th>
+
|02 avril 1973
        <th>First Name</th>
+
|-
        <th>E-mail</th>
+
|2
        <th>Declaration received</th>
+
|ala
      </tr>
+
|khalid
    </thead>
+
|29 février 1972
    <tbody>
+
|-
      <tr>
+
|3
        <td>Adams</td>
+
|alah
        <td>Diane</td>
+
|adil
        <td>diane.adams@sac-isc.gc.ca</td>
+
|04 mars 1978
        <td>No</td>
+
|}
      </tr>
  −
      <!-- more rows... -->
  −
    </tbody>
  −
  </table>
  −
 
  −
  <script>
  −
    $(document).ready(function() {
  −
      $('#myTable').DataTable({
  −
        "paging": false,
  −
        "searching": true,
  −
        "ordering": true,
  −
        "info": false,
  −
        "order": [[ 0, "asc" ]]
  −
      });
  −
    });
  −
  </script>
  −
</body>