Skip to content
Snippets Groups Projects
Verified Commit 6b145a2c authored by David Beniamine's avatar David Beniamine
Browse files

Fix page length

parent 96be4f1b
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ if(!isset($action)){ ...@@ -154,7 +154,7 @@ if(!isset($action)){
}); });
// Make table sortable and searchable // Make table sortable and searchable
$('table').DataTable({ $('table').DataTable({
pageLength:5, pageLength:25,
language:{ language:{
"decimal": "", "decimal": "",
"emptyTable": "pas de données dans cette table", "emptyTable": "pas de données dans cette table",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment