Replies: 2 comments 1 reply
-
I was looking to do this today and was curious if you figured out a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is now possible, by using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using a grid inside a ScrollArea to save on performance as the tables I have contain thousands of records. The issue is that when I scroll I lose my column headers.
I tried wrapping the ScrollArea with the Grid after defining the Header row but the ScrollArea::from_max_height(f32::INFINITY) then reports 0.
I can define two Grids one outside the ScrollArea for the header row and one inside the scrollArea for the records but then I would have to use static column widths for both tables so they line up properly.
Thinking I might just be missing something.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions