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

This commit is contained in:
Michaël Ricart 2025-02-17 14:38:24 +01:00
parent 8ce70a4a6a
commit 3c8d13b80a

View file

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