Skip to content
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

Add scroll position to control the location of Column's scroll #5403

Merged
merged 2 commits into from
Aug 23, 2023

Conversation

ahuang11
Copy link
Contributor

@ahuang11 ahuang11 commented Aug 16, 2023

Closes #5394

"* scroll_position (int): Current scroll position of the Column. Setting this value will update the scroll position of the Column. Setting to 0 will scroll to the top."""\n",

@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #5403 (c16d9e1) into main (229f90e) will decrease coverage by 0.10%.
Report is 17 commits behind head on main.
The diff coverage is 20.00%.

@@            Coverage Diff             @@
##             main    #5403      +/-   ##
==========================================
- Coverage   72.69%   72.59%   -0.10%     
==========================================
  Files         274      274              
  Lines       39862    39964     +102     
==========================================
+ Hits        28978    29013      +35     
- Misses      10884    10951      +67     
Flag Coverage Δ
unitexamples-tests 72.59% <20.00%> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
panel/tests/ui/layout/test_column.py 10.85% <11.11%> (+0.06%) ⬆️
panel/layout/base.py 90.51% <100.00%> (+0.01%) ⬆️
panel/models/layout.py 100.00% <100.00%> (ø)

... and 14 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit 42e3573 into main Aug 23, 2023
@philippjfr philippjfr deleted the add_scroll_position branch August 23, 2023 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scroll to top of pane
2 participants