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
Thanks for the great work continuously being done by developers and contributors of panel! I noticed one issue I wanted to make you aware of (though it is also mentioned in other issue, as pointed to below).
Thanks for the great work continuously being done by developers and contributors of panel! I noticed one issue I wanted to make you aware of (though it is also mentioned in other issue, as pointed to below).
ALL software version info
Software Version Info
Description of expected behavior and the observed behavior
Data in frozen columns are expected to stay frozen all the time when scrolling horizontally.
Currently the data in frozen columns to the left starts to slide with data in unfrozen columns when scrolling goes beyond initial pane width.
Complete, minimal, self-contained example code that reproduces the issue
Store the below into file named
frozen_column_data_issue.py
Run
panel serve frozen_column_data_issue.py
The issue is also mentioned in #7543
The fix by https://github.com/broccoliboy --> #7543 (comment)
works in my case too, but ideally it is not needed.
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
Example animation is from a jupyter lab notebook.
The text was updated successfully, but these errors were encountered: