Newly fetched rows are not selected automatically when using react-table with react-virtual #5127
Unanswered
IrenaSAnyVision
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using react-table with react-virtual to create an infinite list, that fetches more data from the server when bottom reached.
It works fine except adding the option for rows selection.
The "select all" & "unselect all" on the first fetched page is working, but when I "select all" and scroll down, the newly fetched rows are not selected.
I tried to add the prop: getRowId to include the unique id for each row but it did not work either.
I would appreciate an assistance with this matter.
Beta Was this translation helpful? Give feedback.
All reactions