Table (with expandable rows) with fixed header and vertical scroll? #2216
Unanswered
SanjaySankar
asked this question in
General
Replies: 2 comments
-
Hi please let me know if you find any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Header can be fixed with vertical scroll by adding following code in |
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.
-
I'm working on a project and I need a table with :
1. 2 fixed headers,
2. expandable rows and
3. a vertical scroll on the body.
I have done the expandable rows part but can't find a way to fix the header and height without breaking the component.
This is the codesandbox link for what I have now : https://codesandbox.io/s/vibrant-napier-h58np
Beta Was this translation helpful? Give feedback.
All reactions