How do I achieve "onLoadMore" for virtualized listbox to enable infinite scrolling? react-aria-components
#6816
-
I want to achieve infinite loading on virtualized (RAC virtualizer) listbox so when a user gets to the end of the listbox items, I can get a method callback such as Example code I'm following https://github.com/adobe/react-spectrum/blob/main/packages/react-aria-components/stories/ListBox.stories.tsx#L242
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We'll be adding documentation for RAC virtualization as the API settles. In the meantime, it's probably easiest to look at our code as an example We appreciate your patience as we continue to improve this set of features. |
Beta Was this translation helpful? Give feedback.
We'll be adding documentation for RAC virtualization as the API settles. In the meantime, it's probably easiest to look at our code as an example
react-spectrum/packages/react-aria-components/stories/Table.stories.tsx
Line 792 in 617ad2e
We appreciate your patience as we continue to improve this set of features.