Skip to content

Commit

Permalink
Update docs/List.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Gildas Garcia <1122076+djhi@users.noreply.github.com>
  • Loading branch information
fzaninotto and djhi committed Mar 31, 2020
1 parent 07cf642 commit 0ea27da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/List.md
Expand Up @@ -844,7 +844,7 @@ const MyList = props => {
hideFilter, // a callback to hide one of the filters, e.g. hidefilter('title')
// row selection
selectedIds, // an array listing the ids of the selcted rows, e.g. [123, 456]
onSelect, // callback to change the liust of selected rows, e.g onSelect([456, 789])
onSelect, // callback to change the list of selected rows, e.g onSelect([456, 789])
onToggleItem, // callback to toggle the selection of a given record based on its id, e.g. onToggleItem(456)
onUnselectItems, // callback to clear the selection, e.g. onUnselectItems();
// misc
Expand Down

0 comments on commit 0ea27da

Please sign in to comment.