default display length is 25.
This commit is contained in:
parent
8ed3e23195
commit
ec7f4fa1ef
|
@ -178,7 +178,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"fnRowCallback": fnRowCallback,
|
||||
"oLanguage": datatables_dict,
|
||||
"aLengthMenu": lengthMenu,
|
||||
"iDisplayLength": 50,
|
||||
"iDisplayLength": 25,
|
||||
"sPaginationType": "full_numbers",
|
||||
"bJQueryUI": true,
|
||||
"bAutoWidth": true,
|
||||
|
@ -245,7 +245,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"fnRowCallback": fnRowCallback,
|
||||
"oLanguage": datatables_dict,
|
||||
"aLengthMenu": lengthMenu,
|
||||
"iDisplayLength": 50,
|
||||
"iDisplayLength": 25,
|
||||
"sPaginationType": "full_numbers",
|
||||
"bJQueryUI": true,
|
||||
"bAutoWidth": true,
|
||||
|
|
Loading…
Reference in New Issue