T
TanStack3y ago
other-emerald

Select All + Infinite Scrolling

Hello! I'm trying to create a table which has inifinite scrolling (with virtualized rows) and selections state. I've got it mostly working by combining the infinite scrolloing and row selection examples however the 'select all' checkbox will only select the rows currently loaded. I would like to select all possible rows (including ones which are not yet loaded) I am able to load an ID for every possible row which can eventually be loaded which should be enough to store the selection state but I'm wondering if anyone has any ideas for how best to approach this?
2 Replies
like-gold
like-gold2y ago
I have the same issue here, but I do not have the ID for every possible row in memory. This is because we're overriding getRowId to use a field of the datum as the ID and we don't have all of the pages of data in memory. Were you able to find a solution @stphnnnn ?
helpful-purple
helpful-purple2y ago
I'm seeing this issue too

Did you find this page helpful?