-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Styler.set_sticky
for maintaining index and column headers in HTML frame
#42072
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
Conversation
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.
minor comment, ping on green.
doc/source/whatsnew/v1.4.0.rst
Outdated
@@ -29,7 +29,7 @@ enhancement2 | |||
|
|||
Other enhancements | |||
^^^^^^^^^^^^^^^^^^ | |||
- | |||
- Added :meth:`.Styler.set_sticky` to make index and column headers permanently visible in HTML frames (:issue:`29072`) |
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.
you can stick this in 1.3 is ok
thanks @attack68 |
…g index and column headers in HTML frame
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
…d column headers in HTML frame (#42096) Co-authored-by: attack68 <[email protected]>
This allows you to quickly make the index and/or column headers stick in place when scrolling in HTML.
Additional args allow the control of subselecting specific multiindex levels and controlling the width /or height of the sticking elements.
set_sticky.mov