add datatables everywhere

This commit is contained in:
osaajani 2020-04-07 03:02:33 +02:00
parent a426c699f9
commit 6f1c726284
33 changed files with 373 additions and 144 deletions

View file

@ -39,13 +39,13 @@
<p>Aucun téléphone utilisable n'a été ajouté pour le moment.</p>
<?php } else { ?>
<div class="table-responsive">
<table class="table table-bordered table-hover table-striped" id="table-phones">
<table class="table table-bordered table-hover table-striped datatable" id="table-phones">
<thead>
<tr>
<th>Nom</th>
<th>Adaptateur</th>
<th>Callbacks</th>
<th style="width:5%;">Sélectionner</th>
<th class="checkcolumn">&#10003;</th>
</tr>
</thead>
<tbody>