rstudio / sortable

R htmlwidget for Sortable.js
https://rstudio.github.io/sortable/
Other
130 stars 30 forks source link

Chain js events #28

Closed schloerke closed 5 years ago

schloerke commented 5 years ago

Can't use event system as sortable didn't do that.

codecov-io commented 5 years ago

Codecov Report

Merging #28 into master will increase coverage by 0.67%. The diff coverage is 96.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #28      +/-   ##
=========================================
+ Coverage   92.82%   93.5%   +0.67%     
=========================================
  Files          10      10              
  Lines         209     277      +68     
=========================================
+ Hits          194     259      +65     
- Misses         15      18       +3
Impacted Files Coverage Δ
R/sortable_options.R 100% <ø> (ø) :arrow_up:
R/sortable_js.R 80.95% <ø> (ø) :arrow_up:
R/incrementor.R 40% <ø> (ø) :arrow_up:
R/rank_list.R 97.43% <100%> (+0.37%) :arrow_up:
R/bucket_list.R 98.24% <100%> (+0.51%) :arrow_up:
R/js.R 95% <95%> (ø)

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 ef56c4c...7478251. Read the comment docs.