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
{{ message }}
This repository was archived by the owner on Nov 5, 2023. It is now read-only.
|`length`| The number of items in the list |`number`| Required, an integer greater than or equal to 0 |
35
+
|`pageProvider`| The callback that returns a page of items as a promise |`(pageNumber: number, pageSize: number) => Promise<unknown[]>`| Required |
36
+
|`pageProviderDebounceTime`| Debounce window in milliseconds on the calls to `pageProvider`|`number`| Optional, an integer greater than or equal to 0 |
37
+
|`pageSize`| The number of items in a page from the item provider (e.g. a backend API) |`number`| Required, an integer greater than or equal to 1 |
38
+
|`scrollTo`| Scroll to a specific item by index |`number`| Optional, an integer from 0 to the `length` prop - 1 |
0 commit comments