mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
771 stars 56 forks source link

Improve multiindex columns #65

Closed mwouts closed 2 years ago

mwouts commented 2 years ago

We use pandas.to_html to generate the table header, as we did in versions < 0.4.2. This improves the rendering of tables with multiindex columns #63

codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (d55014e) into main (f03c276) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
+ Coverage   96.65%   96.66%   +0.01%     
==========================================
  Files          14       14              
  Lines         329      330       +1     
==========================================
+ Hits          318      319       +1     
  Misses         11       11              
Impacted Files Coverage Δ
itables/javascript.py 96.61% <100.00%> (+0.02%) :arrow_up:
itables/version.py 100.00% <100.00%> (ø)

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 f03c276...d55014e. Read the comment docs.