Replies: 3 comments
-
I found the problem. The callback hook is not rendering when resizing , the resizing change is not caught when listing to the prepareRow, any idea to solve this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi guys, i am also having this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
you need to the cell props on the useCallback, so each time the size of a cell is changing it will render row/column |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
First great library,
I've tried using the FixedSizeList , after reviewing your example for this issue, it worked great but the resize is working only on the header but not on the cells.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions