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:48:26 +01:00
parent 3dcb5f2297
commit 8ce916bd11

View file

@ -46,6 +46,5 @@ rst_epilog = """
""" """
datatables_options = { datatables_options = {
"scrollY": "3000", "scrollY": "3000",
"pageLength": "50",
#"paging": "false", #"paging": "false",
} }