From a6f60ce3c412152bdd60d79f293ab142d747da83 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Wed, 24 Jun 2026 02:56:42 +0200 Subject: [PATCH] =?UTF-8?q?Cache=20le=20champ=20de=20filtrage=20pour=20la?= =?UTF-8?q?=20colonne=20'March=C3=A9'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index ef9674c..42afb2a 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -386,6 +386,10 @@ td[data-dash-column="marche"] a { text-decoration: none; } +th[data-dash-column="marche"].dash-filter input { + display: none; +} + /* Barre de défilement horizontale, collée en haut du tableau */ .marches_table .dt-hscroll { position: sticky;