Update table
This commit is contained in:
parent
8c461b0f37
commit
d29694b1a2
2 changed files with 4 additions and 7 deletions
|
|
@ -18,8 +18,8 @@ def get_traces_table() -> dash_table.DataTable:
|
|||
"white-space": "normal",
|
||||
"height": "auto",
|
||||
"max-height": "300px",
|
||||
"max-width": "500px",
|
||||
"overflow": "hidden",
|
||||
"text-overflow": "ellipsis",
|
||||
},
|
||||
style_cell={"padding": "5px"},
|
||||
style_header={
|
||||
|
|
@ -27,8 +27,5 @@ def get_traces_table() -> dash_table.DataTable:
|
|||
"font-weight": "bold",
|
||||
},
|
||||
merge_duplicate_headers=True,
|
||||
style_cell_conditional=[
|
||||
{"if": {"column_id": "output"}, "width": 1500},
|
||||
],
|
||||
style_table={"overflow": "auto"},
|
||||
style_table={"overflow": "auto", "max-height": "80vh"},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue