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