You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,7 @@ VirtualizedGrids only support vertical orientation (vertically scrollable), but
321
321
|`header`|`JSX.Element`| Optional header component you can provide to display at the top of a virtualized grid. If provided, you also need to provide its size (so that the grid knows how to scroll) |
322
322
|`headerSize`|`Number`| The Size in pixels of the (optionnally) provided header. |
323
323
|`numberOfRowsVisibleOnScreen`|`Number`| How many rows are visible on the screen (helps with knowing how to slice the data and stop the scroll at the end of the list). |
324
+
|`onEndReached`|`() => void`| An optional callback function that is called when the user reaches the end of the list. Helps with pagination. |
324
325
|`onEndReachedThresholdRowsNumber`|`Number`| Number of rows left to display before triggering the onEndReached event. |
325
326
|`style`|`Object`| Used to modify the style of the grid. |
326
327
|`nbMaxOfItems`|`Number`| The maximum number of items to render : used to compute the number of rows to render. |
0 commit comments