Feat: score_table style

This commit is contained in:
Bertrand Benjamin 2021-04-20 18:48:52 +02:00
parent 235019102b
commit ab5de2711e
1 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,14 @@ layout = html.Div(
style_data_conditional=[],
fixed_columns={},
editable=True,
style_table={"minWidth": "100%"},
style_cell={
"minWidth": "100px",
"width": "100px",
"maxWidth": "100px",
"overflow": "hidden",
"textOverflow": "ellipsis",
},
)
],
id="edit",