From f46ddb3f0b47b75fe0a28b49987358a083d63447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 14:45:23 +0100 Subject: [PATCH] fix some datatable options --- source/conf.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/conf.py b/source/conf.py index 858da97..68a535f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -46,5 +46,13 @@ rst_epilog = """ """ datatables_options = { "scrollY": "3000", + "pageLength": 50, + "language": { + "lengthMenu": + 'Display records' + }, #"paging": "false", }