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

@ -43,7 +43,7 @@
<th>Date</th>
<th>Texte</th>
<?php if ($_SESSION['user']['admin']) { ?>
<th class="checkcolumn">&#10003;</th>
<th class="checkcolumn"><input type="checkbox" id="check-all"/></th>
<?php } ?>
</tr>
</thead>