From 5e0a51375da9259ff1b4fbf8787058211773a312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 14:40:06 +0100 Subject: [PATCH] add datatables options --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index a68c8e5..858da97 100644 --- a/source/conf.py +++ b/source/conf.py @@ -46,5 +46,5 @@ rst_epilog = """ """ datatables_options = { "scrollY": "3000", - "paging": "false", + #"paging": "false", }