Skip to content

Infinite scrolling in react-aria table component? #4367

Answered by LFDanLu
binaryartifex asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately we don't have any code sandbox examples or docs for using an external virtualizer implementation with our aria hooks since we haven't tried it ourselves. Theoretically it should work since our table layout code calculates the position of each of the table row/cell node, the table collection has information regarding the row count/column count, and the table state tracks the selected key and thus that information could be used by an arbitrary virtualized grid to figure out which rows are visible.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by binaryartifex
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants