Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit d9bdf66

Browse files
author
Lorenz Bausch
committed
set datatables default displayLength to 50
1 parent c85d617 commit d9bdf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/assets/js/app.dataTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// some dataTable defaults
22
$.extend($.fn.dataTable.defaults, {
3-
'iDisplayLength': 100,
3+
'iDisplayLength': 50,
44
});

0 commit comments

Comments
 (0)