Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Jan 8, 2024
1 parent c363d40 commit b9e7559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SearchAndSort/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ nonInteractiveHeaders | string[] | Columns in the `<MultiColumnList>` which shou
onCloseNewRecord | func | Callback for when the new record layer is closed
onComponentWillUnmount | func | Exposes React `componentWillUnmount`. Called with all of this component's props
onResetAll | func | Callback for when all filters/search is reset/cleared
resultsOnNeedMore | func | Custom data-fetching function, triggered when getting near the end of the fetched data. Void return, accepts an object with `records`, `source`, `direction`, `index`, `firstIndex`, and `askAmount`

See ui-users' top-level component [`<Users.js>`](https://github.com/folio-org/ui-users/blob/master/Users.js) for an example of how to use `<SearchAndSort>`.

Expand Down

0 comments on commit b9e7559

Please sign in to comment.