Transformation dataTable

This commit is contained in:
KONE SOREL 2025-12-26 13:09:06 +00:00
parent 4d0cf47685
commit ad64f3c78d
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ function connexion_cookie() {
$(function() { $(function() {
// 1. Initialisation des composants au chargement de la page // 1. Initialisation des composants au chargement de la page
appliquerDataTable('#claimsTable', { appliquerDataTable('.tabliste', {
order: [[1, "asc"]], // tri sur la 2e colonne order: [[1, "asc"]], // tri sur la 2e colonne
buttons: ['excel', 'pdf'], // seulement export Excel et PDF buttons: ['excel', 'pdf'], // seulement export Excel et PDF
pageLength: 25 // 25 lignes par page pageLength: 25 // 25 lignes par page

View File

@ -616,7 +616,7 @@ console.groupEnd();
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts --> <!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2025.12.25.09"></script> <script src="/Js/fonctions.js?ver=2025.12.25.10"></script>
<?php if (est_anglophone()): ?> <?php if (est_anglophone()): ?>
<script src="/Js/datepicker-eng.js"></script> <script src="/Js/datepicker-eng.js"></script>