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

Fixed DataFrame widget selection parameter #989

Merged
merged 3 commits into from
Jan 23, 2020
Merged

Conversation

philippjfr
Copy link
Member

Fixes #923

@codecov
Copy link

codecov bot commented Jan 22, 2020

Codecov Report

Merging #989 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #989      +/-   ##
==========================================
+ Coverage   85.79%   85.83%   +0.03%     
==========================================
  Files          99       99              
  Lines       11246    11260      +14     
==========================================
+ Hits         9649     9665      +16     
+ Misses       1597     1595       -2
Impacted Files Coverage Δ
panel/tests/widgets/test_tables.py 95.38% <100%> (+1.15%) ⬆️
panel/widgets/tables.py 77.68% <100%> (+1.85%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9aecd68...b4e1648. Read the comment docs.

@philippjfr philippjfr force-pushed the tables_selection branch 2 times, most recently from d96fc3f to 0e4b545 Compare January 22, 2020 23:52
@philippjfr philippjfr merged commit 841cc73 into master Jan 23, 2020
@philippjfr philippjfr deleted the tables_selection branch January 23, 2020 02:00
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.

The selection param in DataFrame does not change for user interactivity
1 participant