mwouts / itables

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

WIP: Load datatables with an ES import #60

Closed mwouts closed 2 years ago

mwouts commented 2 years ago

In this PR we switch to a pure ES import of datatables, cf. https://github.com/DataTables/DataTablesSrc/issues/199

Closes #51

What remains:

codecov-commenter commented 2 years ago

Codecov Report

Merging #60 (6415f30) into main (f03c276) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #60   +/-   ##
=======================================
  Coverage   96.65%   96.65%           
=======================================
  Files          14       14           
  Lines         329      329           
=======================================
  Hits          318      318           
  Misses         11       11           
Impacted Files Coverage Δ
itables/javascript.py 96.58% <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...6415f30. Read the comment docs.

mwouts commented 2 years ago

Will do #76 instead