You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to figure out a graceful way to create sticky headers within my spreadsheet component. I see there is an override available for the Table component, but I'm seeing the component just has access to children which could be any combination of HeaderRowComponent and RowComponent. Is there a relatively sane way of wrapping the HeaderRowComponent with a <thead /> element? In my case, I only have the HeaderRowComponent as the first row of my spreadsheet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out a graceful way to create sticky headers within my spreadsheet component. I see there is an override available for the
Table
component, but I'm seeing the component just has access tochildren
which could be any combination ofHeaderRowComponent
andRowComponent
. Is there a relatively sane way of wrapping theHeaderRowComponent
with a<thead />
element? In my case, I only have theHeaderRowComponent
as the first row of my spreadsheet.Beta Was this translation helpful? Give feedback.
All reactions