This commit is contained in:
parent
5e0a51375d
commit
f46ddb3f0b
1 changed files with 8 additions and 0 deletions
|
@ -46,5 +46,13 @@ rst_epilog = """
|
||||||
"""
|
"""
|
||||||
datatables_options = {
|
datatables_options = {
|
||||||
"scrollY": "3000",
|
"scrollY": "3000",
|
||||||
|
"pageLength": 50,
|
||||||
|
"language": {
|
||||||
|
"lengthMenu":
|
||||||
|
'Display <select>' +
|
||||||
|
'<option value="50">50</option>' +
|
||||||
|
'<option value="-1">All</option>' +
|
||||||
|
'</select> records'
|
||||||
|
},
|
||||||
#"paging": "false",
|
#"paging": "false",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue