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

This commit is contained in:
Michaël Ricart 2025-02-17 14:46:51 +01:00
parent f46ddb3f0b
commit 3dcb5f2297

View file

@ -46,13 +46,6 @@ rst_epilog = """
"""
datatables_options = {
"scrollY": "3000",
"pageLength": 50,
"language": {
"lengthMenu":
'Display <select>' +
'<option value="50">50</option>' +
'<option value="-1">All</option>' +
'</select> records'
},
"pageLength": "50",
#"paging": "false",
}