Checkbox to select all entries of a datatable

This commit is contained in:
osaajani 2021-06-29 20:05:56 +02:00
parent 0e2908cb83
commit 05d488490a
14 changed files with 24 additions and 13 deletions

View file

@ -44,7 +44,7 @@
<th>Début de l'appel</th>
<th>Fin de l'appel</th>
<th>Direction</th>
<th class="checkcolumn">&#10003;</th>
<th class="checkcolumn"><input type="checkbox" id="check-all"/></th>
</tr>
</thead>
<tbody></tbody>