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
When you expand a group header from Spend, as soon as you scroll down the page the group header goes out of view. This means you lose context of what group you are viewing.
Let's make it so that when you scroll down, the group header stays sticky (like a standard sticky header component) but scrolls with the page once content below should push it back up.
I tried to make a quick POC but the result isn't perfect, but it communicates the idea:
CleanShot.2026-04-27.at.14.37.00.mp4
Missing would be:
there is a slight 4px shift of the sticky rows, we want to make sure the header rows appear as tall as they do (56px) when they are sticky vs not sticky
I actually think we might want the child table's header to stay fixed as well and use the same sticky behavior as the group header
This is going to he handled by Krishna since they are currently working on report table styles. Jack mentioned maybe stickyHeaderIndices will be our friend here.
Issue OwnerCurrent Issue Owner: @Krishna2323Upwork Automation - Do Not Edit
When you expand a group header from Spend, as soon as you scroll down the page the group header goes out of view. This means you lose context of what group you are viewing.
Let's make it so that when you scroll down, the group header stays sticky (like a standard sticky header component) but scrolls with the page once content below should push it back up.
I tried to make a quick POC but the result isn't perfect, but it communicates the idea:
CleanShot.2026-04-27.at.14.37.00.mp4
Missing would be:
cc @Expensify/design @Expensify/product @Krishna2323 @JS00001
This is going to he handled by Krishna since they are currently working on report table styles. Jack mentioned maybe
stickyHeaderIndiceswill be our friend here.Issue Owner
Current Issue Owner: @Krishna2323Upwork Automation - Do Not Edit