Feat: score_table style
This commit is contained in:
parent
235019102b
commit
ab5de2711e
|
@ -66,6 +66,14 @@ layout = html.Div(
|
||||||
style_data_conditional=[],
|
style_data_conditional=[],
|
||||||
fixed_columns={},
|
fixed_columns={},
|
||||||
editable=True,
|
editable=True,
|
||||||
|
style_table={"minWidth": "100%"},
|
||||||
|
style_cell={
|
||||||
|
"minWidth": "100px",
|
||||||
|
"width": "100px",
|
||||||
|
"maxWidth": "100px",
|
||||||
|
"overflow": "hidden",
|
||||||
|
"textOverflow": "ellipsis",
|
||||||
|
},
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
id="edit",
|
id="edit",
|
||||||
|
|
Loading…
Reference in New Issue