add datatables options
All checks were successful
/ test (push) Successful in 12s

This commit is contained in:
Michaël Ricart 2025-02-17 14:36:39 +01:00
parent 4fe76b494c
commit 6890049685

View file

@ -45,6 +45,6 @@ rst_epilog = """
.. include:: colors.rst .. include:: colors.rst
""" """
datatables_options = { datatables_options = {
"scrollY": 300, "scrollY": 3000,
"paging": False, "paging": False,
} }