mwouts / itables

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

lengthMenu can be either a 1D or 2D array #153

Closed mwouts closed 1 year ago

mwouts commented 1 year ago

Fix #151

codecov-commenter commented 1 year ago

Codecov Report

Merging #153 (30018f2) into main (992a3f2) will increase coverage by 0.32%. The diff coverage is 95.12%.

:exclamation: Current head 30018f2 differs from pull request most recent head 4e7b8da. Consider uploading reports for the commit 4e7b8da to get more accurate results

@@            Coverage Diff             @@
##             main     #153      +/-   ##
==========================================
+ Coverage   96.09%   96.42%   +0.32%     
==========================================
  Files          22       23       +1     
  Lines         641      728      +87     
==========================================
+ Hits          616      702      +86     
- Misses         25       26       +1     
Impacted Files Coverage Δ
tests/test_update_samples.py 87.50% <81.81%> (+6.25%) :arrow_up:
itables/javascript.py 93.33% <94.44%> (-0.08%) :arrow_down:
tests/conftest.py 95.65% <95.65%> (ø)
itables/version.py 100.00% <100.00%> (ø)
tests/test_javascript.py 100.00% <100.00%> (ø)
tests/test_sample_dfs.py 100.00% <100.00%> (ø)
itables/options.py 100.00% <0.00%> (ø)
itables/sample_dfs.py 100.00% <0.00%> (ø)
tests/test_changelog.py 100.00% <0.00%> (ø)
tests/test_downsample.py 100.00% <0.00%> (ø)
... and 6 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more