Skip to content

Commit a2d238a

Browse files
Francisc0CAnnMarieW
andcommitted
Fix #3030: Apply suggestion from @AnnMarieW
Co-authored-by: Ann Marie Ward <72614349+AnnMarieW@users.noreply.github.com>
1 parent 286c212 commit a2d238a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-table/tests/selenium/test_selected_rows_custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_app():
2222
id="table",
2323
columns=[{"name": i, "id": i} for i in rawDf.columns],
2424
data=df,
25-
row_selectable=True,
25+
row_selectable="multi",
2626
selected_rows=[],
2727
filter_action="custom",
2828
filter_query="",

0 commit comments

Comments
 (0)