fix some datatable options
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Michaël Ricart 2025-02-17 14:45:23 +01:00
parent 5e0a51375d
commit f46ddb3f0b

View file

@ -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",
} }