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

Implement Tabulator.on_edit callbacks #2887

Merged
merged 5 commits into from
Nov 6, 2021
Merged

Implement Tabulator.on_edit callbacks #2887

merged 5 commits into from
Nov 6, 2021

Conversation

philippjfr
Copy link
Member

In many applications it is important to know which specific cell was updated, e.g. so you can make an atomic update to a database without having to sync the entire table.

@codecov
Copy link

codecov bot commented Nov 5, 2021

Codecov Report

Merging #2887 (516c7ce) into master (3591f07) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2887      +/-   ##
==========================================
+ Coverage   83.04%   83.06%   +0.02%     
==========================================
  Files         190      190              
  Lines       24561    24599      +38     
==========================================
+ Hits        20396    20433      +37     
- Misses       4165     4166       +1     
Impacted Files Coverage Δ
panel/models/tabulator.py 98.76% <100.00%> (+4.24%) ⬆️
panel/tests/widgets/test_tables.py 99.46% <100.00%> (+0.01%) ⬆️
panel/widgets/tables.py 85.15% <100.00%> (+0.14%) ⬆️
panel/io/reload.py 68.88% <0.00%> (-2.23%) ⬇️
panel/tests/command/test_serve.py 83.54% <0.00%> (-1.46%) ⬇️
panel/reactive.py 75.00% <0.00%> (+0.03%) ⬆️
panel/models/plotly.py 96.66% <0.00%> (+0.11%) ⬆️
panel/pane/idom.py 27.40% <0.00%> (+0.20%) ⬆️
panel/layout/tabs.py 86.73% <0.00%> (+0.27%) ⬆️

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 3591f07...516c7ce. Read the comment docs.

@philippjfr philippjfr added this to the 0.13.0 milestone Nov 6, 2021
@philippjfr philippjfr merged commit 15d2878 into master Nov 6, 2021
@philippjfr philippjfr deleted the edit_cb_tabulator branch November 6, 2021 14:59
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.

None yet

1 participant