React table populate less number of rows than expected #3058
Unanswered
pubudu-pagero
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
-
As you can see in the below image, I have fed the table with an array of 200 items. But then, React table only populates only 199 rows. One record is missing. What can be the reason for this?. When the list is big, then a few more rows will be lost.
For an array with 500 data, I will get 497 rows.
[https://stackoverflow.com/questions/66137684/react-table-populate-less-number-of-rows-than-expected](Stack overflow question)
Beta Was this translation helpful? Give feedback.
All reactions