Skip to content

Commit

Permalink
Liste utilisateurs : Sélecteur du nombre de ligne à afficher
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeDevome committed Dec 2, 2024
1 parent 9cce28b commit 6be5b6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion admin/templates/admin_user.twig
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
$(document).ready(function() {
    $('#tableuser').DataTable( {
lengthMenu: [
[10, 25, 50, 100, -1],
[10, 25, 50, 100, 'All']
],
        columnDefs: [
{
            orderable: false,
Expand All @@ -169,7 +173,7 @@
            selector: 'td:first-child'
        },
        order: [[ 1, 'asc' ]],
"responsive": true, "lengthChange": false, "autoWidth": false,
"responsive": true, "autoWidth": false,
        buttons: [
                    'copy',
                    'excel',
Expand Down

0 comments on commit 6be5b6e

Please sign in to comment.