-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
virtual scroll: sticky header/footer #11621
Comments
//cc @mmalerba @andrewseguin |
After thinking about this, I think we should go w/ a different approach for the table thus making this not applicable. |
any news on this? |
@amcdnl |
@amcdnl Same question as @ahmadakra above? The
needs to remain sticky. |
Any update? This is must requirement for data with large data set as user lost focus while scrolling and difficult to identify column |
apply virtual scroll to body gonna inject a div inside the tbody, which gonna make start a style battle |
I also need sticky header in table. On scroll it sticky content got disturb and displayed in middle. Any luck |
@shashankinbab I am facing the same issue . Is there any update on the same ? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Requirement
We need the ability to make things sticky within the virtual scroll area. This directly relates to sticky header/footer/rows in the table.
API
An idea for the API would be to expose a new content projection area like:
Then we could set position sticky to those sticky projections. One issue with this approach is how do we tell the
cdk-virtual-scroll-content-wrapper
to accommodate the offset of the header/footer?The text was updated successfully, but these errors were encountered: