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

@ -36,13 +36,13 @@
<div class="panel-body">
<form method="GET">
<div class="table-responsive">
<table class="table table-bordered table-hover table-striped" id="table-users">
<table class="table table-bordered table-hover table-striped datatable" id="table-users">
<thead>
<tr>
<th>Email</th>
<th>Admin</th>
<th>Status</th>
<th style="width:5%;">Sélectionner</th>
<th class="checkcolumn">&#10003;</th>
</tr>
</thead>
<tbody>