user pagination

This commit is contained in:
Fred Tempez 2023-12-03 19:54:21 +01:00
parent b61d78dbaa
commit 1a3413f702
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ $(document).ready((function () {
$('#dataTables').DataTable({
language: {
url: "core/vendor/datatables/french.json",
"paging": false
}
},
locale: 'fr'
});
}));