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

Fix Tabulator with multi-index and pagination #2989

Merged
merged 2 commits into from
Dec 7, 2021

Conversation

philippjfr
Copy link
Member

Fixes #2988

@hoxbro
Copy link
Member

hoxbro commented Dec 7, 2021

Were writing this in the issue, but then I saw the PR.

This is related to MultiIndex where a name can be None which errors Tabulator, see https://discourse.holoviz.org/t/tabulator-on-pandas-groupby-describe-stack-failing/3136/5.

@philippjfr
Copy link
Member Author

Related but definitely slightly different, will look at that in a separate PR.

@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #2989 (7101845) into master (0869066) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2989      +/-   ##
==========================================
+ Coverage   83.21%   83.23%   +0.02%     
==========================================
  Files         190      190              
  Lines       24962    24988      +26     
==========================================
+ Hits        20773    20800      +27     
+ Misses       4189     4188       -1     
Impacted Files Coverage Δ
panel/tests/widgets/test_tables.py 99.48% <100.00%> (+0.01%) ⬆️
panel/widgets/tables.py 85.58% <100.00%> (+0.22%) ⬆️

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 0cabeea...7101845. Read the comment docs.

@philippjfr philippjfr merged commit eb81f59 into master Dec 7, 2021
@philippjfr philippjfr deleted the multi_index_pagination branch December 7, 2021 16:57
philippjfr added a commit that referenced this pull request Dec 7, 2021
* Fix Tabulator with multi-index and pagination

* Pin Django
@philippjfr philippjfr mentioned this pull request Dec 7, 2021
philippjfr added a commit that referenced this pull request Dec 8, 2021
* Always load imported bokeh extensions (#2957)

* Do not run ace import on initialization (#2959)

* Fix regression rendering HoloViews plotly backend (#2961)

* Fix regression rendering HoloViews plotly backend

* Fix flake

* Improve handling of ReactiveHTML cleanup (#2974)

* Ensure empty Str has same height as non-empty (#2981)

* Ensure Tabulator supports grouping on numeric columns (#2987)

* Fix Tabulator with multi-index and pagination (#2989)

* Fix Tabulator with multi-index and pagination

* Pin Django

* Allow index as column name in table widgets (#2990)

* Allow index as column name in table widgets

* Handle unnamed indexes

* Update CHANGELOG

* Cleanup

* Fix cleanup of children on ReactiveHTML (#2993)

* Ensure TemplateActions component does not have height (#2997)

* Update changelog
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 does not handle multi-index correctly
2 participants