@@ -217,6 +217,7 @@ def get_last_marches_table(data) -> html.Div:
|
|||||||
markdown_options={"html": True},
|
markdown_options={"html": True},
|
||||||
page_action="native",
|
page_action="native",
|
||||||
filter_action="native",
|
filter_action="native",
|
||||||
|
filter_options={"case": "insensitive", "placeholder_text": "Filtrer..."},
|
||||||
columns=[
|
columns=[
|
||||||
{
|
{
|
||||||
"name": i,
|
"name": i,
|
||||||
|
|||||||
@@ -221,6 +221,7 @@ def get_last_marches_table(data) -> html.Div:
|
|||||||
markdown_options={"html": True},
|
markdown_options={"html": True},
|
||||||
page_action="native",
|
page_action="native",
|
||||||
filter_action="native",
|
filter_action="native",
|
||||||
|
filter_options={"case": "insensitive", "placeholder_text": "Filtrer..."},
|
||||||
columns=[
|
columns=[
|
||||||
{
|
{
|
||||||
"name": i,
|
"name": i,
|
||||||
@@ -244,7 +245,7 @@ def get_last_marches_table(data) -> html.Div:
|
|||||||
"whiteSpace": "normal",
|
"whiteSpace": "normal",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": {"column_id": "titulaire_nom"},
|
"if": {"column_id": "acheteur_nom"},
|
||||||
"minWidth": "200px",
|
"minWidth": "200px",
|
||||||
"textAlign": "left",
|
"textAlign": "left",
|
||||||
"overflow": "hidden",
|
"overflow": "hidden",
|
||||||
|
|||||||
Reference in New Issue
Block a user