add datatables options
Some checks failed
/ test (push) Failing after 13s

This commit is contained in:
Michaël Ricart 2025-02-17 14:37:40 +01:00
parent 6890049685
commit 8ce70a4a6a

View file

@ -46,5 +46,5 @@ rst_epilog = """
""" """
datatables_options = { datatables_options = {
"scrollY": 3000, "scrollY": 3000,
"paging": False, "paging": false,
} }