garant/Vue/AjaxlisteEffectifcumule/index.php
2025-12-05 10:57:03 +00:00

28 lines
975 B
PHP
Executable File

<div class="card-footer" id="preview">
<div class="table-responsive mt-3">
<table class="table table-bordered">
<thead>
<tr class="text-center fw-bold">
<th>Janvier</th>
<th>Février</th>
<th>Mars</th>
<th>Avril</th>
<th>Mai</th>
<th>Juin</th>
<th>Juillet</th>
<th>Août</th>
<th>Septembre</th>
<th>Octobre</th>
<th>Novembre</th> <!-- Correction de l'orthographe -->
<th>Décembre</th>
</tr>
</thead>
<tbody>
<!-- Insérez les données ici -->
</tbody>
</table>
</div>
</div>
</div>