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

Lazily load Tabulator widget #2364

Merged
merged 2 commits into from
Jun 9, 2021
Merged

Lazily load Tabulator widget #2364

merged 2 commits into from
Jun 9, 2021

Conversation

philippjfr
Copy link
Member

Fixes #2284

@codecov
Copy link

codecov bot commented Jun 9, 2021

Codecov Report

Merging #2364 (4c0481e) into master (9020634) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 4c0481e differs from pull request most recent head 068a3a1. Consider uploading reports for the commit 068a3a1 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2364   +/-   ##
=======================================
  Coverage   83.76%   83.77%           
=======================================
  Files         184      184           
  Lines       22453    22454    +1     
=======================================
+ Hits        18808    18811    +3     
+ Misses       3645     3643    -2     
Impacted Files Coverage Δ
panel/config.py 59.19% <ø> (ø)
panel/models/__init__.py 100.00% <ø> (ø)
panel/widgets/tables.py 83.72% <100.00%> (+0.05%) ⬆️
panel/io/reload.py 66.66% <0.00%> (+2.29%) ⬆️

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 9020634...068a3a1. Read the comment docs.

@philippjfr philippjfr merged commit e07984c into master Jun 9, 2021
@philippjfr philippjfr deleted the tabulator_lazy_load branch June 9, 2021 09:24
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.

Tabulator should not be loaded by default
1 participant