Configuration des filtres (case insensitive, placeholder text #28 #35

This commit is contained in:
Colin Maudry
2025-09-28 21:27:40 +02:00
parent 4895bfc5ac
commit 70c5b91e6d
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -221,6 +221,7 @@ def get_last_marches_table(data) -> html.Div:
markdown_options={"html": True},
page_action="native",
filter_action="native",
filter_options={"case": "insensitive", "placeholder_text": "Filtrer..."},
columns=[
{
"name": i,
@@ -244,7 +245,7 @@ def get_last_marches_table(data) -> html.Div:
"whiteSpace": "normal",
},
{
"if": {"column_id": "titulaire_nom"},
"if": {"column_id": "acheteur_nom"},
"minWidth": "200px",
"textAlign": "left",
"overflow": "hidden",