diff --git a/ui/ui/customers.tpl b/ui/ui/customers.tpl index 4926ee92..fd4d6c76 100644 --- a/ui/ui/customers.tpl +++ b/ui/ui/customers.tpl @@ -106,7 +106,9 @@ $j(document).ready(function () { $j('#customerTable').DataTable({ - "pagingType": "full_numbers" + "pagingType": "full_numbers", + "lengthMenu": [ [5, 10, 25, 50, 100, -1], [5, 10, 25, 50, 100, "All"] ], + "pageLength": 5 }); });