Skip to content

Commit

Permalink
Typo in dataframe selection tutorial (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dmatthews authored Aug 12, 2024
1 parent 07e0f86 commit b8922d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ To begin with, you'll define a function to randomly generate some member data. I
)
```

By setting `on_selection="rerun"`, you've activated selections for the dataframe. `seelction_mode="multi_row"` specifies the type of selections allowed (multiple rows, no columns). `event` stores the selection data from the user. Selections can be accessed from the `event.selection` attribute.
By setting `on_selection="rerun"`, you've activated selections for the dataframe. `selection_mode="multi_row"` specifies the type of selections allowed (multiple rows, no columns). `event` stores the selection data from the user. Selections can be accessed from the `event.selection` attribute.

### Display the selected data

Expand Down

0 comments on commit b8922d9

Please sign in to comment.