Skip to content

Commit

Permalink
wider table column actions test - since we aren't auto-wrapping these…
Browse files Browse the repository at this point in the history
… anymore
  • Loading branch information
alexcjohnson committed Feb 18, 2022
1 parent 2f70e59 commit 451ea2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/dash-table/tests/selenium/test_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def get_app(props=dict()):
baseProps["filter_action"] = "native"
baseProps["merge_duplicate_headers"] = True

# first col is normally only 60px, make it wider since we're adding
# all these actions and need to interact with them
baseProps["style_cell_conditional"][0].update(width=120, maxWidth=120, minWidth=120)
baseProps.update(props)

app.layout = DataTable(**baseProps)
Expand Down

0 comments on commit 451ea2f

Please sign in to comment.