Skip to content

Commit db85ef8

Browse files
author
Pierre Poupin
authored
doc: update missing props in grid
1 parent f95a476 commit db85ef8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ VirtualizedGrids only support vertical orientation (vertically scrollable), but
321321
| `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) |
322322
| `headerSize` | `Number` | The Size in pixels of the (optionnally) provided header. |
323323
| `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. |
324325
| `onEndReachedThresholdRowsNumber` | `Number` | Number of rows left to display before triggering the onEndReached event. |
325326
| `style` | `Object` | Used to modify the style of the grid. |
326327
| `nbMaxOfItems` | `Number` | The maximum number of items to render : used to compute the number of rows to render. |

0 commit comments

Comments
 (0)