We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f70e59 commit 451ea2fCopy full SHA for 451ea2f
components/dash-table/tests/selenium/test_column.py
@@ -20,6 +20,9 @@ def get_app(props=dict()):
20
baseProps["filter_action"] = "native"
21
baseProps["merge_duplicate_headers"] = True
22
23
+ # first col is normally only 60px, make it wider since we're adding
24
+ # all these actions and need to interact with them
25
+ baseProps["style_cell_conditional"][0].update(width=120, maxWidth=120, minWidth=120)
26
baseProps.update(props)
27
28
app.layout = DataTable(**baseProps)
0 commit comments