Feat: score_table style
This commit is contained in:
parent
235019102b
commit
ab5de2711e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue