Replies: 1 comment
-
I created a simpler useFlexLayout here and it is working for me. |
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
-
I'm trying to build a responsive table using virtualized rows (since I have thousands of them) that occupy the whole available width of the page, but I'm not being able to achieve it.
I have already used react-virtualized-auto-sizer packageand it works great for the content, but not the headers, wich seems to have a standard width of 150px. Has anyone done it yet?
BTW, I'm using the v7 version.
Beta Was this translation helpful? Give feedback.
All reactions