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

This commit is contained in:
Michaël Ricart 2025-02-17 14:33:24 +01:00
parent 2dfad1ae02
commit 4fe76b494c

View file

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