diff --git a/src/pages/acheteur.py b/src/pages/acheteur.py index f47c87c..89f234c 100644 --- a/src/pages/acheteur.py +++ b/src/pages/acheteur.py @@ -216,6 +216,7 @@ def get_last_marches_table(data) -> html.Div: data=data, markdown_options={"html": True}, page_action="native", + filter_action="native", columns=[ { "name": i, diff --git a/src/pages/titulaire.py b/src/pages/titulaire.py index 0a90dc2..231eb45 100644 --- a/src/pages/titulaire.py +++ b/src/pages/titulaire.py @@ -220,6 +220,7 @@ def get_last_marches_table(data) -> html.Div: data=data, markdown_options={"html": True}, page_action="native", + filter_action="native", columns=[ { "name": i,