-
Notifications
You must be signed in to change notification settings - Fork 0
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
186024366 flex fixed header #28
Conversation
…ps observer when ratio does not change.
Moves the intersectionObserver into the data call part of the code from the row part of the code. Adds position relative to the parent data cell, so we can position the text div absolute.
Adds counter state to trigger rerender on scroll or intersectObserver cahnges.
Co-authored-by: Doug Martin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Adds the prop that passes the parent level to the data cell for the sticky header calculation so we can remove the hack. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
2733196
to
ceb99f8
Compare
Removed imperfect fix for wrapped text going into next cel |
Fixes table headers in Portrait view.
Changes had to be made to the value scrolling because of the sticky headers.