Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Mar 14, 2024
1 parent 3910e5b commit 7cdb160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/ui/src/deephaven/ui/components/list_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def list_view(
The `on_*` event handlers within the passed object will be modified
so that the second argument is the key for the `list_view` item that the buttons are embedded in.
default_selected_keys:
The initial selected key in the collection (uncontrolled).
The initial selected keys in the collection (uncontrolled).
selected_keys:
The currently selected key in the collection (controlled).
The currently selected keys in the collection (controlled).
render_empty_state:
Sets what the `list_view` should render when there is no content to display.
on_selection_change:
Expand Down

0 comments on commit 7cdb160

Please sign in to comment.